This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [commit/Ada] psymbol search failure due to comparison function discrepancy
- From: Tom Tromey <tromey at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 14 Oct 2013 09:57:39 -0600
- Subject: Re: [commit/Ada] psymbol search failure due to comparison function discrepancy
- Authentication-results: sourceware.org; auth=none
- References: <1381231039-4090-1-git-send-email-brobecker at adacore dot com> <87r4bs4zn0 dot fsf at fleche dot redhat dot com> <20131011135718 dot GU3092 at adacore dot com> <20131011140011 dot GA11076 at adacore dot com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> In the long term, I'd really like the psymtab to have the language,
Joel> so we can simply use the same routine for both sorting and searching.
Joel> ISTR other cases where I really wished I had access to the language
Joel> from the psymtab.
Joel> Oops - I also meant to say that this would allow us to look at the option
Joel> of avoiding the case-sentivity dual pass, which could help in terms of
Joel> performance.
Offhand it seems reasonable to me.
Tom