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_ubsan in repository toolchain/ci/binutils-gdb.
from 69e8e0afee [gdb/testsuite] Handle eof in gdb_internal_error_resync adds d327d1b34f gdb: rename gdb/testsuite/gdb.arch/riscv64-unwind-prologue-w [...] adds 5e1186b5b3 [gdb/testsuite] Handle internal-error in gdb_run_cmd adds b4d9dd5c35 Automatic date update in version.in adds b54509b844 PR28307, segfault in ppc64_elf_toc64_reloc adds 5d2deb81fa [gdb/testsuite] Handle internal-error in gdb_unload adds 3f1a2892e1 Fix illegal memory access triggered by an attempt to disasse [...] adds 540bf37b25 gdb/python: new function to add values into GDB's history adds 9dc2f26777 Fix an illegal memory access triggered by an atempt to disas [...] adds 611841bb1a gdb: make thread_info::executing private adds 90f4cc60f1 gdb: use bool instead of int in struct internal_problem adds 64dbf74d42 Revert: [AArch64] MTE corefile support adds 747656685b gdb: make use of std::string in utils.c
No new revisions were added by this update.
Summary of changes: bfd/ChangeLog | 19 +++++ bfd/elf.c | 19 ----- bfd/elf32-ppc.c | 4 ++ bfd/elf32-xtensa.c | 2 + bfd/elf64-ppc.c | 28 ++++++-- bfd/elfxx-riscv.c | 7 ++ bfd/version.h | 2 +- bfd/xtensa-isa.c | 1 - binutils/ChangeLog | 8 +++ binutils/readelf.c | 2 - gdb/NEWS | 7 ++ gdb/breakpoint.c | 4 +- gdb/doc/python.texi | 14 ++++ gdb/frame.c | 2 +- gdb/gdbthread.h | 20 ++++-- gdb/infcmd.c | 4 +- gdb/inflow.c | 2 +- gdb/infrun.c | 26 +++---- gdb/linux-nat.c | 2 +- gdb/linux-thread-db.c | 2 +- gdb/python/py-value.c | 27 +++++++ gdb/python/python-internal.h | 1 + gdb/python/python.c | 2 + gdb/record-btrace.c | 2 +- gdb/target.c | 2 +- ...h-ld.c => riscv64-unwind-prologue-with-ld-lw.c} | 0 .../riscv64-unwind-prologue-with-ld-lw.exp | 2 +- gdb/testsuite/gdb.python/py-value.exp | 26 +++++++ gdb/testsuite/lib/gdb.exp | 8 +++ gdb/thread.c | 37 +++++----- gdb/utils.c | 83 ++++++++++++---------- include/ChangeLog | 9 +++ include/elf/common.h | 6 -- 33 files changed, 260 insertions(+), 120 deletions(-) rename gdb/testsuite/gdb.arch/{riscv64-unwind-prologue-with-ld.c => riscv64-unwind [...]