From: Hui Li Date: Mon, 25 Nov 2024 07:50:42 +0000 (+0800) Subject: gdb: Add LoongArch process record/replay support in NEWS and doc X-Git-Tag: gdb-16-branchpoint~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ffa83b32e8aeb840eccbcd934e947decc5544aa;p=thirdparty%2Fbinutils-gdb.git gdb: Add LoongArch process record/replay support in NEWS and doc 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 Reviewed-By: Eli Zaretskii Approved-By: Tom Tromey Signed-off-by: Tiezhu Yang --- diff --git a/gdb/NEWS b/gdb/NEWS index 8cb35f40166..0f2d9bed3d6 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 03837617dcd..7c6059d9ae9 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}.