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 b70e9270fba Fix crash in "document" command new 3295ff3bfb6 gdbserver: switch to right process in find_one_thread new ed14d866a31 gdb: disable commit resumed in target_kill
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/target.c | 9 ++ ...nfcall-2.c => run-control-while-bg-execution.c} | 14 ++- .../gdb.base/run-control-while-bg-execution.exp | 118 +++++++++++++++++++++ .../attach-while-running.c} | 3 +- gdb/testsuite/gdb.multi/attach-while-running.exp | 69 ++++++++++++ gdbserver/thread-db.cc | 29 ++--- 6 files changed, 226 insertions(+), 16 deletions(-) copy gdb/testsuite/gdb.base/{valgrind-infcall-2.c => run-control-while-bg-executio [...] create mode 100644 gdb/testsuite/gdb.base/run-control-while-bg-execution.exp copy gdb/testsuite/{gdb.threads/vfork-multi-inferior-sleep.c => gdb.multi/attach-w [...] create mode 100644 gdb/testsuite/gdb.multi/attach-while-running.exp