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 [2/4]


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


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