This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] remove duplicates in search_symbols
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Doug Evans <dje at google dot com>, gdb-patches <gdb-patches at sourceware dot org>
- Date: Fri, 02 Aug 2013 07:46:06 -0600
- Subject: Re: [RFA] remove duplicates in search_symbols
- References: <yjt2ppvmu3ae dot fsf at ruffy dot mtv dot corp dot google dot com> <CADPb22Q9PdFgG7M0zrge3cNyjiafTWaAECN99MOQDxqPB_2yOQ at mail dot gmail dot com> <8738r68uze dot fsf at fleche dot redhat dot com> <20986 dot 62497 dot 975502 dot 698564 at ruffy dot mtv dot corp dot google dot com> <51FB2A02 dot 6080703 at redhat dot com>
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> FWIW, Insight uses struct symbol_search, search_symbols, and
Keith> make_cleanup_free_search_symbols. It would be nice if some sort of
Keith> public API for this was maintained.
Perhaps a comment would be nice.
I have a feeling I've gone though this more than once.
Tom