This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_native_check_gdb/master-aarch64 in repository toolchain/ci/gdb.
from d712f2768a BFD_RELOC_MIPS_16 adds 6df97c56ea Debug support for global alias variable adds a7e29f797c Fix fbsd core matching adds c5a72a8d1c [gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.exp adds 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 adds 8e2de6c81a gprofng: fix build with -Werror=format-security adds 08328cfbaf gprofng docs: mention HTML / PDF in the gprofng README adds a675e77e55 gprofng docs: provide help for <rate> == <interval> adds 55bb7f5bb6 Automatic date update in version.in adds dac0515d82 gdb: Always suppress stringop-overread warning in debuginfod [...] new 31d6c13def PR29230, segv in lookup_symbol_in_variable_table
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/dwarf2.c | 51 +- bfd/version.h | 2 +- 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/debuginfod-support.c | 11 +- gdb/dwarf2/read.c | 63 +- 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 +--- gdb/testsuite/gdb.ada/mi_var_access.exp | 4 +- .../interrupt-a.c} | 8 +- .../cplabel.exp => gdb.base/interrupt-a.exp} | 34 +- gdb/testsuite/gdb.base/symbol-alias.exp | 63 +- gdb/testsuite/gdb.base/symbol-alias2.c | 12 + gdb/testsuite/gdb.python/py-mi-cmd.exp | 4 +- gdbserver/Makefile.in | 2 + gdbserver/configure.srv | 6 + gdbserver/linux-loongarch-low.cc | 245 +++++++ gprofng/README | 20 + gprofng/common/hwctable.c | 20 +- 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 +- 31 files changed, 1052 insertions(+), 1407 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