This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Typedef'd method parameters [3/4]
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 25 Apr 2011 14:39:45 -0600
- Subject: Re: [RFA] Typedef'd method parameters [3/4]
- References: <4DB09E79.7010601@redhat.com>
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> So, finally, the "guts" of the patch. This is the one where we add
Keith> calls to cp_canonicalize_no_typedefs (introduced in this patch) to
Keith> decode_variable and decode_compound (and one or two other appropriate
Keith> places), allowing typedefs to be resolved to their basic types before
Keith> looking the symbol in the symbol table.
Keith> Comments/questions/concerns?
This looks good to me.
Keith> +/* Insepct the given RET_COMP for its type. If it is a typedef,
Typo: "Inspect".
Tom