mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
* eval.c (evaluate_subexp): Ask lookup_struct_elt_type to call
error if it fails to find a member type, rather than return NULL and trigger a coredump. * symtab.c (lookup_symbol, lookup_demangled_block_symbol, lookup_demangled_partial_symbol,): Ask demangle_and_match to match on complete demanglings, including argument lists for member functions, rather than just accepting the first demangling that matches the class and function name.
This commit is contained in:
@ -1,5 +1,13 @@
|
|||||||
Fri Jul 17 10:14:56 1992 Fred Fish (fnf@cygnus.com)
|
Fri Jul 17 10:14:56 1992 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* eval.c (evaluate_subexp): Ask lookup_struct_elt_type to call
|
||||||
|
error if it fails to find a member type, rather than return NULL
|
||||||
|
and trigger a coredump.
|
||||||
|
* symtab.c (lookup_symbol, lookup_demangled_block_symbol,
|
||||||
|
lookup_demangled_partial_symbol,): Ask demangle_and_match to
|
||||||
|
match on complete demanglings, including argument lists for member
|
||||||
|
functions, rather than just accepting the first demangling that
|
||||||
|
matches the class and function name.
|
||||||
* dwarfread.c (read_file_scope): Pass contents of AT_comp_dir
|
* dwarfread.c (read_file_scope): Pass contents of AT_comp_dir
|
||||||
to start_symtab as the directory name.
|
to start_symtab as the directory name.
|
||||||
* dwarfread.c (completedieinfo): Strip off any leading hostname
|
* dwarfread.c (completedieinfo): Strip off any leading hostname
|
||||||
|
Reference in New Issue
Block a user