This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from 66df4f72b64 Automatic date update in version.in new 19b5accc3f8 gdb: LoongArch: Add instruction definition for process record new 886ebc2b1f2 gdb: LoongArch: Add basic process record/replay support new 33afccfaa8b gdb: LoongArch: Add system call support for process record/replay new 7ffa83b32e8 gdb: Add LoongArch process record/replay support in NEWS and doc
The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gdb/NEWS | 3 + gdb/arch/loongarch-insn.h | 2096 ++++++++++++++++++++++++++++++++++++++++++ gdb/arch/loongarch-syscall.h | 348 +++++++ gdb/configure.tgt | 2 +- gdb/doc/gdb.texinfo | 2 +- gdb/loongarch-linux-tdep.c | 570 ++++++++++++ gdb/loongarch-tdep.c | 513 +++++++++++ gdb/loongarch-tdep.h | 7 + gdb/testsuite/lib/gdb.exp | 2 + 9 files changed, 3541 insertions(+), 2 deletions(-) create mode 100644 gdb/arch/loongarch-insn.h create mode 100644 gdb/arch/loongarch-syscall.h