This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_check_gcc/master-aarch64 in repository toolchain/ci/gdb.
from 476288fa2b Revert "Fix fbsd core matching" new e5ab6af52d gdbserver: Add LoongArch/Linux support new edb6b77c75 Allow 'interrupt -a' in all-stop mode new 2808125fbb Fix bugs in aarch64-ravenscar-thread.c new e73434e38f Reimplement ravenscar registers using tables new 965b71a7f7 Implement lazy FPU initialization for ravenscar
The 5 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 +-- gdbserver/Makefile.in | 2 + gdbserver/configure.srv | 6 + gdbserver/linux-loongarch-low.cc | 245 ++++++++++++++++++++ 16 files changed, 706 insertions(+), 636 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