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_bootstrap/master-aarch64-check_bootstrap_lto in repository toolchain/ci/binutils-gdb.
from 3a6a0158ee RISC-V: Fix wrong version number when arch contains 'p'. adds 4872f9a1b5 gdb.base/foll-fork.exp: accept "info breakpoints" output in [...] adds 8c12140439 gdb: fix darwin-nat build adds b5572c42cc gdb: fix darwin-nat build (again) adds f08d6b8e02 Automatic date update in version.in adds abe8cab7cb gdb: enable target_async around stop_all_threads call in pro [...] adds fba9460f7c PR27202, readelf -wL doesn't work on ".loc 0" adds 80656a8e4b gdb: fix manor -> manner typo in some comments adds 4180173142 gdb/doc: use 'standard error stream' instead of 'stderr' in [...] adds 74ea3b51c3 gdb: fix build when libbacktrace and execinfo backtrace are [...] adds f15ec499bf [gdb/testsuite] Fix breakpoint detection in gdb.gdb/python-h [...] adds 6767cc642c [gdb/testsuite] Fix gdb.python/py-breakpoint.exp with python 2 adds 607679092f [gdb/testsuite] Disable vgdb tests if xml not supported adds 8e4e0c7a49 Fix gdb.multi/multi-term-settings.exp race new 689580daaa Add a testcase for PR binutils/27202
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/version.h | 2 +- binutils/dwarf.c | 11 ++- .../gas/elf/{dwarf2-11.d => dwarf-5-loc0.d} | 14 ++-- gas/testsuite/gas/elf/dwarf-5-loc0.s | 11 +++ gas/testsuite/gas/elf/elf.exp | 1 + gdb/bt-utils.c | 4 +- gdb/bt-utils.h | 2 +- gdb/darwin-nat.c | 8 +-- gdb/doc/gdb.texinfo | 12 ++-- gdb/language.h | 2 +- gdb/remote.c | 10 ++- gdb/testsuite/gdb.base/foll-fork.exp | 13 +++- gdb/testsuite/gdb.base/valgrind-bt.exp | 5 ++ gdb/testsuite/gdb.base/valgrind-disp-step.exp | 5 ++ gdb/testsuite/gdb.base/valgrind-infcall-2.exp | 5 ++ gdb/testsuite/gdb.base/valgrind-infcall.exp | 5 ++ gdb/testsuite/gdb.gdb/python-helper.exp | 2 +- gdb/testsuite/gdb.multi/multi-term-settings.exp | 40 +++++++++-- gdb/testsuite/gdb.python/py-breakpoint.exp | 10 ++- gdb/testsuite/gdb.server/attach-flag.c | 29 ++++++++ gdb/testsuite/gdb.server/attach-flag.exp | 79 ++++++++++++++++++++++ 21 files changed, 235 insertions(+), 35 deletions(-) copy gas/testsuite/gas/elf/{dwarf2-11.d => dwarf-5-loc0.d} (75%) create mode 100644 gas/testsuite/gas/elf/dwarf-5-loc0.s create mode 100644 gdb/testsuite/gdb.server/attach-flag.c create mode 100644 gdb/testsuite/gdb.server/attach-flag.exp