public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4 V6] Process record and reverse debugging support on aarch64-linux
@ 2015-05-19 13:22 Yao Qi
  2015-05-19 13:22 ` [PATCH 2/4] Implements aarch64 process record and reverse debugging support Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Yao Qi @ 2015-05-19 13:22 UTC (permalink / raw)
  To: gdb-patches

This patch series is about adding process recording and reverse
debugging for aarch64-linux target.

This is V6, with some changes on top of V5
https://sourceware.org/ml/gdb-patches/2015-05/msg00239.html
with some changes,

 - Indent the code, and fix some format issues,
 - Fix one bug about handling SIMD instructions,
 - Always record register CPSR [1]
 - Pick up a small set of instructions from Omair's test in the my
   test case,
 - Complete changelog and commit log message.

There are 7 fails in gdb.reverse, shown in the commit log of patch
#3, which are not related to instruction decoding and recording for
aarch64.

[1] aarch64 doesn't have CPSR register, which only exist on ARM or
aarch32 state.  In aarch64, linux kernel ptrace interface exposes
64-bit PSTATE rather than CPSR register.  PSTATE may be changed
during the execution of instructions, for example, after
single step.  In process record, we have to always record CPSR.
I plan to replace CPSR with PSTATE in aarch64 separately.

*** BLURB HERE ***

Omair Javaid (3):
  NEWS entry about aarch64-linux record/replay support
  Implements aarch64 process record and reverse debugging support
  Enables gdb.reverse testsuite for aarch64*-linux targets

Yao Qi (1):
  New gdb.reverse test case for aarch64 instructions

 gdb/NEWS                              |   4 +
 gdb/aarch64-linux-tdep.c              | 739 ++++++++++++++++++++++++++
 gdb/aarch64-tdep.c                    | 967 ++++++++++++++++++++++++++++++++++
 gdb/aarch64-tdep.h                    |   6 +
 gdb/configure.tgt                     |   2 +-
 gdb/linux-record.h                    |   1 +
 gdb/testsuite/gdb.reverse/aarch64.c   |  99 ++++
 gdb/testsuite/gdb.reverse/aarch64.exp | 115 ++++
 gdb/testsuite/lib/gdb.exp             |   2 +
 9 files changed, 1934 insertions(+), 1 deletion(-)
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64.c
 create mode 100644 gdb/testsuite/gdb.reverse/aarch64.exp

-- 
1.9.1

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2015-05-27 16:18 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-19 13:22 [PATCH 0/4 V6] Process record and reverse debugging support on aarch64-linux Yao Qi
2015-05-19 13:22 ` [PATCH 2/4] Implements aarch64 process record and reverse debugging support Yao Qi
2015-05-21 20:23   ` Pedro Alves
2015-05-26 11:41     ` Yao Qi
2015-05-26 20:00       ` Edjunior Barbosa Machado
2015-05-27  8:21         ` Yao Qi
2015-05-27  9:23           ` Yao Qi
2015-05-27 10:22           ` Yao Qi
2015-05-27 14:12             ` Edjunior Barbosa Machado
2015-05-27 15:05               ` Yao Qi
2015-05-27 15:54                 ` Edjunior Barbosa Machado
2015-05-27 16:18                   ` Yao Qi
2015-05-19 13:22 ` [PATCH 1/4] NEWS entry about aarch64-linux record/replay support Yao Qi
2015-05-19 13:23 ` [PATCH 4/4] New gdb.reverse test case for aarch64 instructions Yao Qi
2015-05-21 20:22   ` Pedro Alves
2015-05-26 11:26     ` Yao Qi
2015-05-19 13:23 ` [PATCH 3/4] Enables gdb.reverse testsuite for aarch64*-linux targets Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).