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 25d49b8 Fix formatting of some previous gdb/testsuite/ChangeLog entries new 0f48b75 Factor out "Detaching from program" message printing new 6300088 Forget watchpoint locations when inferior exits or is killed/ [...] new ced2dff Fix failure to detach if process exits while detaching on Linux
The 3 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/ChangeLog | 33 +++ gdb/breakpoint.c | 26 +- gdb/darwin-nat.c | 10 +- gdb/gdbserver/ChangeLog | 10 + gdb/gdbserver/linux-low.c | 116 ++++++-- gdb/inf-ptrace.c | 20 +- gdb/inf-ptrace.h | 4 + gdb/infcmd.c | 7 + gdb/linux-nat.c | 152 ++++++---- gdb/nto-procfs.c | 11 +- gdb/remote.c | 10 +- gdb/target.c | 22 ++ gdb/target.h | 5 + gdb/testsuite/ChangeLog | 11 + .../watchpoint-multi-exit.c} | 54 ++-- gdb/testsuite/gdb.multi/watchpoint-multi-exit.exp | 87 ++++++ .../gdb.threads/process-dies-while-detaching.c | 116 ++++++++ .../gdb.threads/process-dies-while-detaching.exp | 327 +++++++++++++++++++++ 18 files changed, 888 insertions(+), 133 deletions(-) copy gdb/testsuite/{gdb.base/step-over-exit.c => gdb.multi/watchpoint-multi-exit.c} (55%) create mode 100644 gdb/testsuite/gdb.multi/watchpoint-multi-exit.exp create mode 100644 gdb/testsuite/gdb.threads/process-dies-while-detaching.c create mode 100644 gdb/testsuite/gdb.threads/process-dies-while-detaching.exp