]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorDaniel Jacobowitz <drow@false.org>
Tue, 17 Oct 2006 20:17:45 +0000 (20:17 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 17 Oct 2006 20:17:45 +0000 (20:17 +0000)
commit94277a38987e6809e7a80208ebb1f77cc2c17d46
tree5c697071b847efa42f79a78f20bf087e27a48121
parent6bacc34ddf228e7ec5021e096b3deca26d213b22
gdb/
* Makefile.in (symtab.o): Update.
* symtab.h (matching_bfd_section): New prototype.
* symtab.c (matching_bfd_section): New.
(find_pc_sect_psymbol, find_pc_sect_symtab): Use it.
* minsyms.c (lookup_minimal_symbol_by_pc_section): Likewise.
* printcmd.c (sym_info): Ignore separate debug objfiles.
gdb/testsuite/
* gdb.base/sepdebug.exp: Remove debug format test.
* lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
Handle no-symtab.
* gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
gdb/ChangeLog
gdb/Makefile.in
gdb/minsyms.c
gdb/printcmd.c
gdb/symtab.c
gdb/symtab.h
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sepdebug.exp
gdb/testsuite/gdb.base/sepsymtab.c [new file with mode: 0644]
gdb/testsuite/gdb.base/sepsymtab.exp [new file with mode: 0644]
gdb/testsuite/lib/gdb.exp