This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Typedef'd method parameters [2/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: Tue, 26 Apr 2011 08:50:52 -0600
- Subject: Re: [RFA] Typedef'd method parameters [2/4]
- References: <4DB09E75.20509@redhat.com>
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> This patch attempts to address the differences between print names and
Keith> "linkage names" (physnames). This difference is largely (entirely?)
Keith> the appearance of typedefs in the print name and not in the physname.
I read this patch this morning. Aside from the "_Z" hack, the rest
looks ok to me.
Keith> There is also one little cleanup snuck in here: compare_search_syms (a
Keith> comparator for qsort) was comparing SYMBOL_NATURAL_NAME of the two
Keith> symbols. It should be using SYMBOL_SEARCH_NAME.
I read the context a bit and I now think it is fine to just leave this
rolled into the bigger patch.
Tom