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 e22be212853 [gdb/procfs.c] Fix build failure in find_stop_signal new ff770835725 gdb: call post_create_inferior at end of follow_fork_inferior new 3a849a3454a gdb: pass child_ptid and fork kind to target_ops::follow_fork
The 2 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/NEWS | 3 + gdb/doc/gdb.texinfo | 4 + gdb/fbsd-nat.c | 8 +- gdb/fbsd-nat.h | 2 +- gdb/infrun.c | 53 +++--- gdb/jit.c | 28 ++++ gdb/linux-nat.c | 34 +--- gdb/linux-nat.h | 5 +- gdb/linux-thread-db.c | 2 +- gdb/obsd-nat.c | 8 +- gdb/obsd-nat.h | 2 +- gdb/remote.c | 18 +- gdb/target-debug.h | 2 + gdb/target-delegates.c | 24 +-- gdb/target.c | 8 +- gdb/target.h | 15 +- .../{jit-elf-main.c => jit-elf-fork-main.c} | 29 +--- .../{jit-elf-solib.c => jit-elf-fork-solib.c} | 0 gdb/testsuite/gdb.base/jit-elf-fork.exp | 186 +++++++++++++++++++++ 19 files changed, 303 insertions(+), 128 deletions(-) copy gdb/testsuite/gdb.base/{jit-elf-main.c => jit-elf-fork-main.c} (87%) copy gdb/testsuite/gdb.base/{jit-elf-solib.c => jit-elf-fork-solib.c} (100%) create mode 100644 gdb/testsuite/gdb.base/jit-elf-fork.exp