This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-arm-bootstrap in repository toolchain/ci/binutils-gdb.
from a288518611 gdb/linux: remove ptrace support check for exec, fork, vfork [...] adds 7c1aa0090f libctf: delete unused libctf_TEXINFOS adds e74d08100d gdb: LoongArch: Add initial target description support adds 772d1f3434 gdb: LoongArch: Add initial baremetal support adds 24e58d7c9b gdb: LoongArch: Add initial Linux target support adds a8c39d4c00 gdb: LoongArch: Add initial native Linux support adds d203a0647f gdb: LoongArch: Add Makefile, configure and NEWS adds 5d0d011be3 bfd: Remove return with expression in void function new 18d07d1ea7 gdb: extend the information printed by 'maint info jit'
The 1 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: bfd/ChangeLog | 5 + bfd/bfd.c | 2 +- gdb/Makefile.in | 8 + gdb/NEWS | 4 + gdb/arch/loongarch.c | 88 +++++++++ gdb/arch/loongarch.h | 73 ++++++++ gdb/configure.host | 3 + gdb/configure.nat | 4 + gdb/configure.tgt | 11 ++ gdb/doc/gdb.texinfo | 10 + gdb/features/Makefile | 3 + gdb/features/loongarch/base32.c | 47 +++++ gdb/features/loongarch/base32.xml | 44 +++++ gdb/features/loongarch/base64.c | 47 +++++ gdb/features/loongarch/base64.xml | 44 +++++ gdb/jit.c | 43 ++++- gdb/jit.h | 13 +- gdb/loongarch-linux-nat.c | 184 +++++++++++++++++++ gdb/loongarch-linux-tdep.c | 151 +++++++++++++++ gdb/loongarch-tdep.c | 316 ++++++++++++++++++++++++++++++++ gdb/loongarch-tdep.h | 49 +++++ gdb/testsuite/gdb.base/jit-elf-fork.exp | 36 +++- libctf/Makefile.in | 1 - libctf/doc/local.mk | 1 - 24 files changed, 1170 insertions(+), 17 deletions(-) create mode 100644 gdb/arch/loongarch.c create mode 100644 gdb/arch/loongarch.h create mode 100644 gdb/features/loongarch/base32.c create mode 100644 gdb/features/loongarch/base32.xml create mode 100644 gdb/features/loongarch/base64.c create mode 100644 gdb/features/loongarch/base64.xml create mode 100644 gdb/loongarch-linux-nat.c create mode 100644 gdb/loongarch-linux-tdep.c create mode 100644 gdb/loongarch-tdep.c create mode 100644 gdb/loongarch-tdep.h