This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Add an Objfile.lookup_global_symbol function
On 2019-07-25 9:37 p.m., Christian Biesinger wrote:
> I decided to follow your suggestion and add a lookup_static_symbol
> function (to Objfile and gdb). I haven't had time to implement it yet
> but hopefully I can do that in the next couple of days. Would you like
> me to do Objfile.lookup_static_symbol as part of this patch or
> together with gdb.lookup_static_symbol?
I would say a separate patch for each would be good, if it doesn't incur
more work. They can be in the same series though.
Simon