diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-10-17 20:17:45 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-10-17 20:17:45 +0000 |
commit | 94277a38987e6809e7a80208ebb1f77cc2c17d46 (patch) | |
tree | 5c697071b847efa42f79a78f20bf087e27a48121 /gdb/ChangeLog | |
parent | 6bacc34ddf228e7ec5021e096b3deca26d213b22 (diff) | |
download | gdb-94277a38987e6809e7a80208ebb1f77cc2c17d46.zip gdb-94277a38987e6809e7a80208ebb1f77cc2c17d46.tar.gz gdb-94277a38987e6809e7a80208ebb1f77cc2c17d46.tar.bz2 |
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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0972ca6..aac9f67 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com> + * 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. + +2006-10-17 Daniel Jacobowitz <dan@codesourcery.com> + * remote.c (remote_pid_to_str): Capitalize "Thread". 2006-10-15 Daniel Jacobowitz <dan@codesourcery.com> |