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 master+7.12 0/2] Fix PR11094: JIT breakpoint is not properly recreated on reruns


PR 11094 was originally fixed in gdb 7.2, but looks like it came back
recently.

Patch #2 fixes the problem, AFAICT, while patch #1 fixes a few
problems with the test that I noticed while writting a test for #2.

Pedro Alves (2):
  Fix a few gdb.base/jit-simple.exp problems
  Fix PR11094: JIT breakpoint is not properly recreated on reruns

 gdb/jit.c                               |   6 +-
 gdb/testsuite/gdb.base/jit-simple-dl.c  |  25 +++++
 gdb/testsuite/gdb.base/jit-simple-jit.c |  50 ++++++++++
 gdb/testsuite/gdb.base/jit-simple.c     |  43 ++++-----
 gdb/testsuite/gdb.base/jit-simple.exp   | 157 +++++++++++++++++++++++++-------
 5 files changed, 219 insertions(+), 62 deletions(-)
 create mode 100644 gdb/testsuite/gdb.base/jit-simple-dl.c
 create mode 100644 gdb/testsuite/gdb.base/jit-simple-jit.c

-- 
2.5.5


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