[v2,4/4] gdb: Add LoongArch process record/replay support in NEWS and doc

Message ID 20241122090624.2355-5-lihui@loongson.cn
State New
Headers
Series gdb: LoongArch: Add process record/replay and reverse debugging support |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 success Build passed
linaro-tcwg-bot/tcwg_gdb_build--master-arm success Build passed
linaro-tcwg-bot/tcwg_gdb_check--master-arm success Test passed
linaro-tcwg-bot/tcwg_gdb_check--master-aarch64 success Test passed

Commit Message

Hui Li Nov. 22, 2024, 9:06 a.m. UTC
  At present, process record/replay and reverse debugging has been
implemented on LoongArch. Update the NEWS and doc to record this
new change.

Signed-off-by: Hui Li <lihui@loongson.cn>
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
---
 gdb/NEWS            | 3 +++
 gdb/doc/gdb.texinfo | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
  

Patch

diff --git a/gdb/NEWS b/gdb/NEWS
index f3c5d720b15..6009ee8d6ce 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -56,6 +56,9 @@ 
 
 * The Ada 'Object_Size attribute is now supported.
 
+* Support for process record/replay and reverse debugging on loongarch*-linux*
+  targets has been added.
+
 * Python API
 
   ** Added gdb.record.clear.  Clears the trace data of the current recording.
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index b91b5d693ed..dc2933f213e 100644
--- a/gdb/doc/gdb.texinfo
+++ b/gdb/doc/gdb.texinfo
@@ -7759,7 +7759,7 @@  previous instruction; otherwise, it will work in record mode, if the
 platform supports reverse execution, or stop if not.
 
 Currently, process record and replay is supported on ARM, Aarch64,
-Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
+LoongArch, Moxie, PowerPC, PowerPC64, S/390, and x86 (i386/amd64) running
 GNU/Linux.  Process record and replay can be used both when native
 debugging, and when remote debugging via @code{gdbserver}.