This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-aarch64 in repository toolchain/ci/binutils-gdb.
from 476288fa2b Revert "Fix fbsd core matching" adds e5ab6af52d gdbserver: Add LoongArch/Linux support adds edb6b77c75 Allow 'interrupt -a' in all-stop mode adds 2808125fbb Fix bugs in aarch64-ravenscar-thread.c adds e73434e38f Reimplement ravenscar registers using tables adds 965b71a7f7 Implement lazy FPU initialization for ravenscar adds 362a867f2a [gdb/testsuite] Handle unordered dict in gdb.python/py-mi-cmd.exp new 8e2de6c81a gprofng: fix build with -Werror=format-security
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: gdb/NEWS | 3 + gdb/aarch64-ravenscar-thread.c | 149 +--- gdb/amd64-ravenscar-thread.c | 112 +-- gdb/arch/loongarch.c | 12 +- gdb/arch/loongarch.h | 13 + gdb/infcmd.c | 3 - gdb/ppc-ravenscar-thread.c | 154 +--- gdb/ravenscar-thread.c | 253 ++++++- gdb/ravenscar-thread.h | 104 ++- gdb/riscv-ravenscar-thread.c | 120 +-- gdb/sparc-ravenscar-thread.c | 124 +--- .../interrupt-a.c} | 8 +- .../cplabel.exp => gdb.base/interrupt-a.exp} | 34 +- gdb/testsuite/gdb.python/py-mi-cmd.exp | 4 +- gdbserver/Makefile.in | 2 + gdbserver/configure.srv | 6 + gdbserver/linux-loongarch-low.cc | 245 +++++++ gprofng/src/Hist_data.cc | 3 +- gprofng/src/Hist_data.h | 3 +- gprofng/src/Print.cc | 813 ++++----------------- gprofng/src/Print.h | 14 +- gprofng/src/parse.cc | 34 +- 22 files changed, 850 insertions(+), 1363 deletions(-) copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.base/interrupt [...] copy gdb/testsuite/{gdb.cp/cplabel.exp => gdb.base/interrupt-a.exp} (61%) create mode 100644 gdbserver/linux-loongarch-low.cc