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 v2 0/7] ARM record/replay and reverse debugging improvements


This patch series improves gdb process record and reverse debugging
capabilities for arm targets. Here is the list of 7 patches in this series 
and their description:

  [PATCH v2 1/7] Fix for memory record corruption due to 64bit addresses
  [PATCH v2 2/7] Fix for bugs in push and ldm instructions decoding
  [PATCH v2 3/7] Fix for bug in pop instruction decoding
  [PATCH v2 4/7] Adds support for recording system call instructions
  [PATCH v2 5/7] Adds support for thumb32 instructions recording
  [PATCH v2 6/7] Updates configure.tgt and enables gdb.reverse testsuite
  [PATCH v2 7/7] Adds a NEWS entry for arm record/replay improvements

 gdb/NEWS                  |    4 +
 gdb/arm-linux-tdep.c      |  248 +++++++++++++++-
 gdb/arm-tdep.c            |  718 ++++++++++++++++++++++++++++++++++++++++-----
 gdb/arm-tdep.h            |    4 +-
 gdb/configure.tgt         |    2 +-
 gdb/testsuite/lib/gdb.exp |    6 +-
 6 files changed, 905 insertions(+), 77 deletions(-)

-- 
1.7.9.5


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