This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository binutils-gdb.
from ad62fd45460 gdb: make timestamped_file implement write_async_safe new 6f5d514f913 gdb: replace inferior::waiting_for_vfork_done with inferior [...] new 148cf134e98 gdb/infrun: add inferior parameters to stop_all_threads and [...] new 05d65a7a6c8 gdb/infrun: add logging statement to do_target_resume new d8bbae6ea08 gdb: fix handling of vfork by multi-threaded program (follo [...] new e88cf517e90 gdbserver: report correct status in thread stop race condition new 3890f02a5b3 gdb/remote: remove_new_fork_children don't access target_wa [...] new 27f9f649753 gdb: resume ongoing step after handling fork or vfork
The 7 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: gdb/inferior.h | 8 +- gdb/infrun.c | 207 ++++++++++++++++++--- gdb/infrun.h | 7 +- gdb/remote.c | 5 +- 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 ++++++++++ gdbserver/linux-low.cc | 60 +++--- 9 files changed, 618 insertions(+), 61 deletions(-) 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