[PATCH] GDB/MI: crash printing "_task" (Ada) argument

Tom Tromey tromey@redhat.com
Mon Jan 30 20:07:00 GMT 2012


Joel> -		sym2 = lookup_symbol (SYMBOL_NATURAL_NAME (sym),
Joel> +		sym2 = lookup_symbol (SYMBOL_SEARCH_NAME (sym),

Oops.  Actually, I looked closer, and iterate_over_block_arg_vars uses
SYMBOL_LINKAGE_NAME.

Either that is a latent bug, or I think your patch should follow it in
the same of consistency.

Tom



More information about the Gdb-patches mailing list