public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Bug fixes in arm reverse debugging
@ 2016-02-22 16:53 Yao Qi
  2016-02-22 16:53 ` [PATCH 3/3] Fix various bugs in arm_record_exreg_ld_st_insn Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Yao Qi @ 2016-02-22 16:53 UTC (permalink / raw)
  To: gdb-patches

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

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

end of thread, other threads:[~2016-02-26 15:01 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-22 16:53 [PATCH 0/3] Bug fixes in arm reverse debugging 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-22 16:53 ` [PATCH 2/3] Record right reg num of thumb special data instructions Yao Qi
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-26 15:01 ` [PATCH 0/3] Bug fixes in arm reverse debugging 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).