This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 2/3] Ada: allow unqualified function names in linespecs
- From: Tom Tromey <tromey at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Tue, 24 Jan 2012 12:39:55 -0700
- Subject: Re: [RFA 2/3] Ada: allow unqualified function names in linespecs
- References: <20111221140128.GK23376@adacore.com> <1324636693-24034-3-git-send-email-brobecker@adacore.com>
>>>>> "Joel" == Joel Brobecker <brobecker@adacore.com> writes:
Joel> This is the meat, where we replace the old la_symbol_name_compare
Joel> language method with the new ada_get_symbol_name_match_p.
Joel> It fixes the problem when trying to insert a breakpoint on "+".
This looks ok to me.
Tom