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 13ee5410707 gdb: make-target-delegates.py: add type annotations new fb6d30e013e Tweak "Using the running image of ..." output new a81871f7136 Convert previous_inferior_ptid to strong reference to thread_info new 6bf09ec03d8 Improve "info program" new 3505d4c4f7e Make follow_fork not rely on get_last_target_status new bd9482bca71 all-stop "follow-fork parent" and selecting another thread new 9b955acd7f5 Remove infrun_thread_thread_exit observer
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: gdb/inf-ptrace.c | 2 +- gdb/infcmd.c | 84 ++++++-- gdb/infrun.c | 214 +++++++++++++++------ gdb/infrun.h | 7 + gdb/nto-procfs.c | 2 +- gdb/procfs.c | 2 +- gdb/target.c | 5 + gdb/testsuite/gdb.base/catch-follow-exec.exp | 17 +- gdb/testsuite/gdb.base/foll-fork.exp | 36 +++- .../kill.c => gdb.base/info-program.c} | 52 ++--- gdb/testsuite/gdb.base/info-program.exp | 131 +++++++++++-- gdb/testsuite/gdb.threads/foll-fork-other-thread.c | 84 ++++++++ .../gdb.threads/foll-fork-other-thread.exp | 172 +++++++++++++++++ gdb/windows-nat.c | 2 +- 14 files changed, 673 insertions(+), 137 deletions(-) copy gdb/testsuite/{gdb.threads/kill.c => gdb.base/info-program.c} (69%) create mode 100644 gdb/testsuite/gdb.threads/foll-fork-other-thread.c create mode 100644 gdb/testsuite/gdb.threads/foll-fork-other-thread.exp