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 5d5b0bd35f MSP430 Assembler: Define symbols for functions to run through. new b73715df01 [gdb] Handle vfork in thread with follow-fork-mode child
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: gdb/infrun.c | 31 +++++------ gdb/testsuite/ChangeLog | 9 +++ .../{thread-execl.c => vfork-follow-child-exec.c} | 47 +++++++++++----- .../gdb.threads/vfork-follow-child-exec.exp | 64 ++++++++++++++++++++++ .../vfork-follow-child-exit.c} | 35 ++++++++---- .../gdb.threads/vfork-follow-child-exit.exp | 60 ++++++++++++++++++++ 6 files changed, 202 insertions(+), 44 deletions(-) copy gdb/testsuite/gdb.threads/{thread-execl.c => vfork-follow-child-exec.c} (59%) create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exec.exp copy gdb/testsuite/{gdb.base/watch-vfork.c => gdb.threads/vfork-follow-child-exit. [...] create mode 100644 gdb/testsuite/gdb.threads/vfork-follow-child-exit.exp