This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-check_binutils in repository toolchain/ci/binutils-gdb.
from aa0587b290 RISC-V: Enable elf attributes when default configure option [...] adds 5c046e0e63 gdb: disable commit-resumed on -exec-interrupt --thread-group adds 81e33ce289 gdb, dwarf: Don't follow the parent of a subprogram to get a [...] adds 6b66b5a5a2 [gdb/testsuite] Fix check-libthread-db.exp FAILs with glibc 2.33 adds d7cb0ef35b Fix detach with target remote (PR gdb/28080) adds 3a76f8f489 Avoid letting exceptions escape gdb_bfd_iovec_fileio_close ( [...] adds 30a696c543 Add regcache_map_supplies helper routine. adds 5a680bf9f2 fbsd-nat: Add helper functions to fetch and store register sets. adds e747f4dd8d riscv-fbsd-nat: Use fetch_register_set and store_register_set. adds 05dfb57c68 aarch64-fbsd-nat: Use fetch_register_set and store_register_set. adds f9e5d80cf7 arm-fbsd-nat: Use fetch_register_set and store_register_set.
No new revisions were added by this update.
Summary of changes: gdb/aarch64-fbsd-nat.c | 77 ++---------- gdb/arm-fbsd-nat.c | 81 ++----------- gdb/dwarf2/read.c | 2 +- gdb/fbsd-nat.c | 46 ++++++++ gdb/fbsd-nat.h | 43 +++++++ gdb/gdb_bfd.c | 24 +++- gdb/mi/mi-main.c | 3 + gdb/regcache.c | 27 +++++ gdb/regcache.h | 9 ++ gdb/remote.c | 9 ++ gdb/riscv-fbsd-nat.c | 78 ++----------- gdb/target.c | 8 +- gdb/target.h | 6 + .../{early-init-file.c => detach-sysroot-target.c} | 0 gdb/testsuite/gdb.base/detach-sysroot-target.exp | 59 ++++++++++ gdb/testsuite/gdb.cp/nested-class-func-class.cc | 46 ++++++++ gdb/testsuite/gdb.cp/nested-class-func-class.exp | 47 ++++++++ gdb/testsuite/gdb.mi/interrupt-thread-group.c | 65 +++++++++++ gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 130 +++++++++++++++++++++ gdb/testsuite/gdb.threads/check-libthread-db.exp | 37 +++--- 20 files changed, 559 insertions(+), 238 deletions(-) copy gdb/testsuite/gdb.base/{early-init-file.c => detach-sysroot-target.c} (100%) create mode 100644 gdb/testsuite/gdb.base/detach-sysroot-target.exp create mode 100644 gdb/testsuite/gdb.cp/nested-class-func-class.cc create mode 100644 gdb/testsuite/gdb.cp/nested-class-func-class.exp create mode 100644 gdb/testsuite/gdb.mi/interrupt-thread-group.c create mode 100644 gdb/testsuite/gdb.mi/interrupt-thread-group.exp