2007-07-05 Michael Snyder <msnyder@access-company.com>

* stack.c (print_frame_args): Check return value of lookup_symbol.
This commit is contained in:
Michael Snyder 2007-07-25 00:28:25 +00:00
parent 4cff3c28a3
commit 55765a25f6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2007-07-05 Michael Snyder <msnyder@access-company.com>
* stack.c (print_frame_args): Check return value of lookup_symbol.
2007-07-24 Michael Snyder <msnyder@access-company.com>
* ax-gdb.c (find_field): Guard against null ptr.

View File

@ -247,6 +247,7 @@ print_frame_args (struct symbol *func, struct frame_info *frame,
struct symbol *nsym;
nsym = lookup_symbol (DEPRECATED_SYMBOL_NAME (sym),
b, VAR_DOMAIN, NULL, NULL);
gdb_assert (nsym != NULL);
if (SYMBOL_CLASS (nsym) == LOC_REGISTER)
{
/* There is a LOC_ARG/LOC_REGISTER pair. This means