* eval.c (evaluate_subexp): Ask lookup_struct_elt_type to call
authorFred Fish <fnf@specifix.com>
Fri, 17 Jul 1992 18:52:05 +0000 (18:52 +0000)
committerFred Fish <fnf@specifix.com>
Fri, 17 Jul 1992 18:52:05 +0000 (18:52 +0000)
commit51a9d78c44b02a5e7d27e4339c9ee0e2bfdc1817
tree5f86a75969350407306c8076f9b35f5515003173
parentd4902ab0a703784e3dfba614ad38deefa2541098
* 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.
gdb/ChangeLog