This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]