This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 0/7] Process record and reverse debugging support on aarch64-linux
- From: Omair Javaid <omair dot javaid at linaro dot org>
- To: Omair Javaid <omair dot javaid at linaro dot org>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 23 Jun 2014 15:40:26 +0500
- Subject: Re: [PATCH 0/7] Process record and reverse debugging support on aarch64-linux
- Authentication-results: sourceware.org; auth=none
- References: <1401898871-2270-1-git-send-email-omair dot javaid at linaro dot org>
On Wed 04 Jun 2014 09:21:04 PM PKT, Omair Javaid wrote:
> Hi,
> This patch series adds gdb process record-replay and reverse debugging
> support for aarch64*-linux* targets.
>
> These patches have been tested on aarch64 foundation model as well as hardware
> board in native and remote configurations.
>
> gdb.reverse Testsuite Results
>
> (AARCH64-Native Configuration)
> gdb.reverse testsuite: 2273 Pass 51 failures
>
> (AARCH64-Remote Configuration)
> gdb.reverse testsuite: 2273 Pass 51 failures
>
> Omair Javaid (7):
> NEWS entry about aarch64-linux record/replay support
> Fixes aarch64-linux gdb core file support
> Enable gdb process record on aarch64-linux targets
> Implements aarch64 process record and reverse debugging support
> Support for recording syscall on aarch64-linux
> support for recording aarch64 advance simd instructions
> Enables gdb.reverse testsuite for aarch64*-linux targets
>
> gdb/NEWS | 4 +
> gdb/aarch64-linux-nat.c | 4 +-
> gdb/aarch64-linux-tdep.c | 1018 +++++++++++++++++++++++++++++++++++++++++++--
> gdb/aarch64-linux-tdep.h | 288 ++++++++++++-
> gdb/aarch64-tdep.c | 753 +++++++++++++++++++++++++++++++++
> gdb/aarch64-tdep.h | 68 +++
> gdb/configure.tgt | 2 +-
> gdb/testsuite/lib/gdb.exp | 8 +-
> 8 files changed, 2106 insertions(+), 39 deletions(-)
>
Ping! Are there any further comments to these patches?