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: [RFA] Typedef'd method parameters [3/4]


>>>>> "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


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