public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/4] gdb: LoongArch: Add process record/replay and reverse debugging support
@ 2024-11-13  9:53 Hui Li
  2024-11-13  9:53 ` [PATCH 1/4] gdb: LoongArch: Add instruction definition for process record Hui Li
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Hui Li @ 2024-11-13  9:53 UTC (permalink / raw)
  To: gdb-patches; +Cc: Tiezhu Yang

This series add record/replay and reverse debugging support on LoongArch.

Hui Li (4):
  gdb: LoongArch: Add instruction definition for process record
  gdb: LoongArch: Add basic process record/replay support
  gdb: LoongArch: Add system call support for process record/replay
  gdb: Add LoongArch process record/replay support in NEWS and doc

 gdb/NEWS                     |    3 +
 gdb/arch/loongarch-insn.h    | 1361 ++++++++++++++++++++++++++++++++++
 gdb/arch/loongarch-syscall.h |  348 +++++++++
 gdb/configure.tgt            |    2 +-
 gdb/doc/gdb.texinfo          |    2 +-
 gdb/loongarch-linux-tdep.c   |  568 ++++++++++++++
 gdb/loongarch-tdep.c         |  610 +++++++++++++++
 gdb/loongarch-tdep.h         |    7 +
 gdb/testsuite/lib/gdb.exp    |    2 +
 9 files changed, 2901 insertions(+), 2 deletions(-)
 create mode 100644 gdb/arch/loongarch-insn.h
 create mode 100644 gdb/arch/loongarch-syscall.h

-- 
2.38.1


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

end of thread, other threads:[~2024-11-19 13:22 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-13  9:53 [PATCH 0/4] gdb: LoongArch: Add process record/replay and reverse debugging support Hui Li
2024-11-13  9:53 ` [PATCH 1/4] gdb: LoongArch: Add instruction definition for process record Hui Li
2024-11-13 12:03   ` Guinevere Larsen
2024-11-19 13:07     ` Hui Li
2024-11-13  9:53 ` [PATCH 2/4] gdb: LoongArch: Add basic process record/replay support Hui Li
2024-11-13 12:41   ` Guinevere Larsen
2024-11-14 17:23     ` Guinevere Larsen
2024-11-19 13:20     ` Hui Li
2024-11-13  9:53 ` [PATCH 3/4] gdb: LoongArch: Add system call support for process record/replay Hui Li
2024-11-13 13:01   ` Guinevere Larsen
2024-11-19 13:22     ` Hui Li
2024-11-13  9:53 ` [PATCH 4/4] gdb: Add LoongArch process record/replay support in NEWS and doc Hui Li
2024-11-13 15:01   ` Eli Zaretskii

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).