diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-08-30 03:24:00 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-08-30 03:24:00 +0000 |
commit | c7612d53196a8b287ff54bdfd0ce8429e31738db (patch) | |
tree | 757ea79bb2382804a849a116cdf7e2d396ef6f9d /gdb/ChangeLog | |
parent | 80977a89c9972d39974e4b7c429f8d05022487cb (diff) | |
download | gdb-c7612d53196a8b287ff54bdfd0ce8429e31738db.zip gdb-c7612d53196a8b287ff54bdfd0ce8429e31738db.tar.gz gdb-c7612d53196a8b287ff54bdfd0ce8429e31738db.tar.bz2 |
* symtab.c (lookup_symbol_aux): In the cases where we find a
minimal symbol of an appropriate name and use its address to
select a symtab to read and search, use `name' (as passed to us)
as the demangled name when searching the symtab's global and
static blocks, not the minsym's name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7515c7f..7d40d33 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2002-08-29 Jim Blandy <jimb@redhat.com> + + * symtab.c (lookup_symbol_aux): In the cases where we find a + minimal symbol of an appropriate name and use its address to + select a symtab to read and search, use `name' (as passed to us) + as the demangled name when searching the symtab's global and + static blocks, not the minsym's name. + 2002-08-29 Keith Seitz <keiths@redhat.com> * stack.c (print_frame_info_base): Always set current_source_symtab |