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]

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


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.

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(-)

-- 
2.5.5


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