From: Yao Qi <qiyaoltc@gmail.com>
To: gdb-patches@sourceware.org
Subject: [PATCH 0/3] Bug fixes in arm reverse debugging
Date: Mon, 22 Feb 2016 16:53:00 -0000 [thread overview]
Message-ID: <1456159999-5644-1-git-send-email-yao.qi@linaro.org> (raw)
This patch series extends test case gdb.reverse/aarch64.exp for general
test (it covers aarch64 and arm, and I plan to merge i386 tests to it
too) and fix some bugs on instruction decoding exposed the new tests.
*** BLURB HERE ***
Yao Qi (3):
Generalize gdb.reverse/aarch64.exp
Record right reg num of thumb special data instructions
Fix various bugs in arm_record_exreg_ld_st_insn
gdb/arm-tdep.c | 101 +++++++++++-------
gdb/testsuite/gdb.reverse/aarch64.c | 99 -----------------
gdb/testsuite/gdb.reverse/aarch64.exp | 115 --------------------
gdb/testsuite/gdb.reverse/insn-reverse.c | 164 +++++++++++++++++++++++++++++
gdb/testsuite/gdb.reverse/insn-reverse.exp | 130 +++++++++++++++++++++++
5 files changed, 356 insertions(+), 253 deletions(-)
delete mode 100644 gdb/testsuite/gdb.reverse/aarch64.c
delete mode 100644 gdb/testsuite/gdb.reverse/aarch64.exp
create mode 100644 gdb/testsuite/gdb.reverse/insn-reverse.c
create mode 100644 gdb/testsuite/gdb.reverse/insn-reverse.exp
--
1.9.1
next reply other threads:[~2016-02-22 16:53 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-22 16:53 Yao Qi [this message]
2016-02-22 16:53 ` [PATCH 1/3] Generalize gdb.reverse/aarch64.exp Yao Qi
2016-02-24 11:22 ` Pedro Alves
2016-02-24 14:40 ` Yao Qi
2016-02-24 14:40 ` [PATCH 1.5/3] Rename gdb.reverse/aarch64.{exp,c} to gdb.reverse/insn-reverse.{exp,c} Yao Qi
2016-02-24 19:37 ` [PATCH 1/3] Generalize gdb.reverse/aarch64.exp Pedro Alves
2016-02-22 16:53 ` [PATCH 2/3] Record right reg num of thumb special data instructions Yao Qi
2016-02-22 16:53 ` [PATCH 3/3] Fix various bugs in arm_record_exreg_ld_st_insn Yao Qi
2016-02-23 19:59 ` Luis Machado
2016-02-26 14:54 ` Yao Qi
2016-02-26 15:01 ` [PATCH 0/3] Bug fixes in arm reverse debugging Yao Qi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1456159999-5644-1-git-send-email-yao.qi@linaro.org \
--to=qiyaoltc@gmail.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox