diff options
author | Hui Li <lihui@loongson.cn> | 2024-11-25 15:50:42 +0800 |
---|---|---|
committer | Tiezhu Yang <yangtiezhu@loongson.cn> | 2024-11-25 19:16:11 +0800 |
commit | 7ffa83b32e8aeb840eccbcd934e947decc5544aa (patch) | |
tree | 02076eaad61a32fbe633391329b657962a1bb8f3 /gdb/doc | |
parent | 33afccfaa8b154433015fe52aa76e3d1d9e9e856 (diff) | |
download | binutils-7ffa83b32e8aeb840eccbcd934e947decc5544aa.zip binutils-7ffa83b32e8aeb840eccbcd934e947decc5544aa.tar.gz binutils-7ffa83b32e8aeb840eccbcd934e947decc5544aa.tar.bz2 |
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 <lihui@loongson.cn>
Reviewed-By: Eli Zaretskii <eliz@gnu.org>
Approved-By: Tom Tromey <tom@tromey.com>
Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 0383761..7c6059d 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}. |