This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 0/3] Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach


On 03/23/2016 01:29 PM, Pedro Alves wrote:
> As discussed at https://sourceware.org/ml/gdb/2016-03/msg00023.html,
> GDB currently fails to fetch the list of already-registered JIT
> modules on attach.  This series fixes gdb, and adds a regression test.
> 
> I'm aiming at pushing it to both master and the 7.11 branch.

Now pushed, both master and 7.11 branch.

Thanks,
Pedro Alves

> Tested on x86_64 Fedora 23.
> 
> Pedro Alves (2):
>   Make gdb.base/jit.exp binaries unique
>   Add regression test for PR gdb/19858 (JIT code registration on attach)
> 
> Yichao Yu (1):
>   Fix PR gdb/19858: GDB doesn't register the JIT libraries on attach
> 
>  gdb/jit.c                         | 13 +++++-
>  gdb/testsuite/gdb.base/jit-main.c | 21 +++++++++-
>  gdb/testsuite/gdb.base/jit.exp    | 88 +++++++++++++++++++++++++++++++--------
>  3 files changed, 101 insertions(+), 21 deletions(-)
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]