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 c50e54825b Consolidate definition of current_directory adds cd1c3a4544 Use gdb_printf and gdb_vprintf in more places adds 47ccd6b84b Only allow QUIT on the main thread adds e5f7752a04 gdb/testsuite: add tests for Term adds 07e9e57ca6 Automatic date update in version.in adds 5530c021ce Fix procfs.c compilation adds add0eb9d6e Accept the + character as part of filenames for MRI scripts. adds b653576623 gdb: test vfork + follow-fork-mode=parent + detach-on-fork=off adds 6e6e87de92 gdb/testsuite: update copyright years in gdb.base/vfork-foll [...] adds 4f5539f026 gdb/infrun: add reason parameter to stop_all_threads
No new revisions were added by this update.
Summary of changes: bfd/version.h | 2 +- binutils/ChangeLog | 4 + binutils/arlex.l | 2 +- gdb/aarch64-nat.c | 25 +- gdb/darwin-nat.c | 2 +- gdb/infcmd.c | 2 +- gdb/infrun.c | 10 +- gdb/infrun.h | 11 +- gdb/procfs.c | 1 + gdb/remote.c | 2 +- gdb/run-on-main-thread.c | 20 + gdb/run-on-main-thread.h | 4 + .../vfork-follow-parent.c} | 10 +- gdb/testsuite/gdb.base/vfork-follow-parent.exp | 78 +++ gdb/testsuite/gdb.tui/tuiterm.exp | 615 +++++++++++++++++++++ gdb/testsuite/lib/tuiterm.exp | 75 ++- gdb/utils.c | 4 + 17 files changed, 814 insertions(+), 53 deletions(-) copy gdb/testsuite/{gdb.opt/break-on-_exit.c => gdb.base/vfork-follow-parent.c} (88%) create mode 100644 gdb/testsuite/gdb.base/vfork-follow-parent.exp create mode 100644 gdb/testsuite/gdb.tui/tuiterm.exp