This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-12-branch in repository binutils-gdb.
from e15378735d3 Automatic date update in version.in new 5091924da94 gdb: testsuite: add new gdb_attach to check "attach" command new af9f3d376e5 gdb/testsuite: remove global declarations in gdb.threads/de [...] new d35062e4495 gdb/testsuite: refactor gdb.threads/detach-step-over.exp new 0fd7bbc9013 gdb: fix assert when quitting GDB while a thread is stepping new 8c28fd36e90 gdbserver: switch to right process in find_one_thread new 1aefce82fdf gdb: disable commit resumed in target_kill
The 6 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 | 14 + ...nfcall-2.c => run-control-while-bg-execution.c} | 14 +- .../gdb.base/run-control-while-bg-execution.exp | 122 ++++++++ .../attach-while-running.c} | 8 +- gdb/testsuite/gdb.multi/attach-while-running.exp | 73 +++++ gdb/testsuite/gdb.threads/detach-step-over.exp | 322 +++++++++++++-------- gdb/testsuite/lib/gdb.exp | 26 ++ gdbserver/thread-db.cc | 29 +- 8 files changed, 470 insertions(+), 138 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.opt/break-on-_exit.c => gdb.multi/attach-while-running.c} (89%) create mode 100644 gdb/testsuite/gdb.multi/attach-while-running.exp