This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11745] Command 'list main' does not work on AIX


------- 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]