This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 00/11] Fixing GNU ifunc support
- From: Pedro Alves <palves at redhat dot com>
- To: GDB Patches <gdb-patches at sourceware dot org>
- Date: Fri, 9 Mar 2018 21:18:34 +0000
- Subject: Re: [PATCH 00/11] Fixing GNU ifunc support
- Authentication-results: sourceware.org; auth=none
- References: <20180309211612.12941-1-palves@redhat.com>
On 03/09/2018 09:16 PM, Pedro Alves wrote:
> Pedro Alves (11):
> eval.c: reverse minsym and sym
> Fix breakpoints in ifunc after inferior resolved it (@got.plt symbol
> creation)
> Fix calling ifunc functions when resolver has debug info and different
> name
> Calling ifunc functions when target has no debug info but resolver has
> Calling ifunc functions when resolver has debug info, user symbol same
> name
> Fix setting breakpoints on ifunc functions after they're already
> resolved
> Breakpoints, don't skip prologue of ifunc resolvers with debug info
> Eliminate find_pc_partial_function_gnu_ifunc
> Factor out minsym_found/find_function_start_sal overload
> Extend GNU ifunc testcases
> Fix resolving GNU ifunc bp locations when inferior runs resolver
As always, I forgot to say that I pushed this to the
"users/palves/ifunc" branch on sourceware.org.
Thanks,
Pedro Alves