From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13391 invoked by alias); 27 Aug 2010 20:54:33 -0000 Received: (qmail 13376 invoked by uid 48); 27 Aug 2010 20:54:33 -0000 Date: Fri, 27 Aug 2010 20:54:00 -0000 Message-ID: <20100827205433.13375.qmail@sourceware.org> From: "rick dot stein at aciworldwide dot com" To: gdb-prs@sourceware.org In-Reply-To: <20100623151139.11745.rick.stein@aciworldwide.com> References: <20100623151139.11745.rick.stein@aciworldwide.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug gdb/11745] Command 'list main' does not work on AIX X-Bugzilla-Reason: CC Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2010-q3/txt/msg00316.txt.bz2 ------- Additional Comments From rick dot stein at aciworldwide dot com 2010-08-27 20:54 ------- Traced issue to find_pc_sect_symtab(), symtab.c:1932. A new macro, ALL_PRIMARY_SYMTABS() was added that filters out these functions. Replaced with the old ALL_SYMTABS() and that works for 'list main'. Additional refactoring breaks 'list PROGRAM-ID' for COBOL programs at line 2232. Restored 6.5 code for if (!best_symtab). -- http://sourceware.org/bugzilla/show_bug.cgi?id=11745 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.