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-aarch64-bootstrap_profiled_lto in repository toolchain/ci/binutils-gdb.
from ef485e453a Automatic date update in version.in adds ad62fd4546 gdb: make timestamped_file implement write_async_safe adds 6f5d514f91 gdb: replace inferior::waiting_for_vfork_done with inferior: [...] adds 148cf134e9 gdb/infrun: add inferior parameters to stop_all_threads and [...] adds 05d65a7a6c gdb/infrun: add logging statement to do_target_resume adds d8bbae6ea0 gdb: fix handling of vfork by multi-threaded program (follow [...] adds e88cf517e9 gdbserver: report correct status in thread stop race condition adds 3890f02a5b gdb/remote: remove_new_fork_children don't access target_wai [...] adds 27f9f64975 gdb: resume ongoing step after handling fork or vfork adds d5ce6f2dca Fix qRcmd error code parsing adds 9b571e2898 gdb/testsuite: fix intermittent failures in gdb.mi/mi-cmd-us [...] adds b8b5466f0d gdb/testsuite: fix intermittent failure in gdb.base/vfork-fo [...] adds 4815d6125e Don't call init_thread_list in windows-nat.c adds c269d90a49 Introduce wrapped_file new ca028a46d5 Automatic date update in version.in
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 +- gdb/doc/gdb.texinfo | 3 +- gdb/inferior.h | 8 +- gdb/infrun.c | 207 ++++++++++++++++++--- gdb/infrun.h | 7 +- gdb/pager.h | 32 +--- gdb/remote.c | 7 +- gdb/testsuite/gdb.base/vfork-follow-parent.c | 14 +- gdb/testsuite/gdb.base/vfork-follow-parent.exp | 2 + gdb/testsuite/gdb.mi/mi-cmd-user-context.c | 73 ++++++++ gdb/testsuite/gdb.mi/mi-cmd-user-context.exp | 10 +- gdb/testsuite/gdb.threads/next-fork-other-thread.c | 92 +++++++++ .../gdb.threads/next-fork-other-thread.exp | 116 ++++++++++++ gdb/testsuite/gdb.threads/vfork-multi-thread.c | 88 +++++++++ gdb/testsuite/gdb.threads/vfork-multi-thread.exp | 96 ++++++++++ gdb/ui-file.h | 61 +++++- gdb/windows-nat.c | 1 - gdbserver/linux-low.cc | 60 +++--- 18 files changed, 775 insertions(+), 104 deletions(-) create mode 100644 gdb/testsuite/gdb.mi/mi-cmd-user-context.c create mode 100644 gdb/testsuite/gdb.threads/next-fork-other-thread.c create mode 100644 gdb/testsuite/gdb.threads/next-fork-other-thread.exp create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-thread.c create mode 100644 gdb/testsuite/gdb.threads/vfork-multi-thread.exp