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_build/master-arm in repository toolchain/ci/gdb.
from 4a2f674a68 Fix PR gdb/17917 Lookup build-id in remote binaries adds d7c68312bd Always use std::function for self-tests adds 05fb05a947 Fix bug in dynamic type resolution adds 5dfe4bfcb9 Fix format_pieces selftest on Windows adds 775d36a916 Fix Rust lex selftest when using libiconv adds 5a8edb756a Check index in type::field adds c82f680a94 [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as [...] adds e43321cab2 Automatic date update in version.in adds 6d81986879 Make c-exp.y work with Bison 3.8+ new b00577cd7b Use unique_xmalloc_ptr in solib_catchpoint new 5c1146d2de Use unique_xmalloc_ptr in exec_catchpoint new a4c50be3d6 Use unique_xmalloc_ptr in watchpoint new 23d6ee6405 Use unique_xmalloc_ptr in bp_location new 6f781ee300 Use unique_xmalloc_ptr in breakpoint new 570bc7936f Use std::string in print_one_catch_syscall
The 6 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 +- gdb/ada-lang.c | 2 +- gdb/break-catch-syscall.c | 22 ++- gdb/breakpoint.c | 192 ++++++++++++--------------- gdb/breakpoint.h | 16 +-- gdb/c-exp.y | 5 +- gdb/configure | 92 ++++++------- gdb/configure.ac | 21 --- gdb/extension.c | 11 ++ gdb/extension.h | 6 + gdb/gdbtypes.c | 9 +- gdb/gdbtypes.h | 1 + gdb/guile/scm-breakpoint.c | 4 +- gdb/python/py-breakpoint.c | 4 +- gdb/python/python.c | 55 +++++--- gdb/remote.c | 2 +- gdb/rust-parse.c | 13 +- gdb/testsuite/gdb.ada/array_of_variant.exp | 11 ++ gdb/testsuite/gdb.ada/array_of_variant/p.adb | 20 +++ gdb/testsuite/gdb.gdb/python-interrupts.exp | 35 ----- gdb/tracepoint.c | 2 +- gdb/unittests/format_pieces-selftests.c | 16 ++- gdbsupport/common.m4 | 21 +++ gdbsupport/config.in | 3 + gdbsupport/configure | 46 +++++++ gdbsupport/selftest.cc | 37 +----- gdbsupport/selftest.h | 14 -- 27 files changed, 347 insertions(+), 315 deletions(-) delete mode 100644 gdb/testsuite/gdb.gdb/python-interrupts.exp