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 b425859021d Fix another illegal memory access triggered by corrupt ELF [...] new e5501dd4321 Make linux checkpoints work with multiple inferiors new 5cf1b0d7353 Capitalize output of successful checkpoint command new 4df2f3f9716 Print only process ptids from linux-fork.c new 1290225912f Linux checkpoints: Update NEWS and gdb.texinfo regarding mu [...]
The 4 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 | 2 + gdb/doc/gdb.texinfo | 20 +- gdb/linux-fork.c | 590 +++++++++++++------ gdb/linux-fork.h | 15 +- gdb/linux-nat.c | 18 +- gdb/testsuite/gdb.base/checkpoint.exp | 26 +- gdb/testsuite/gdb.base/kill-during-detach.exp | 2 +- gdb/testsuite/gdb.multi/checkpoint-multi.exp | 800 ++++++++++++++++++++++++++ 8 files changed, 1277 insertions(+), 196 deletions(-) create mode 100644 gdb/testsuite/gdb.multi/checkpoint-multi.exp