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 99d4f8d6aff [gdb/testsuite] Remove use of then keyword some more new 55dbaa6ea76 gdb: ensure normal stop finishes the thread state of all threads new 622e0ee9fd0 gdb: disable commit resumed in wait_for_inferior new 390bbb28f33 gdb: ensure thread state is updated when remote target starts up new 765ce064774 gdb: clear proceed status before starting a new inferior
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/infcmd.c | 5 + gdb/infrun.c | 29 +++- gdb/remote.c | 18 +++ .../interrupt-bg-exec.c} | 26 +++- gdb/testsuite/gdb.multi/interrupt-bg-exec.exp | 143 +++++++++++++++++ .../remote-with-running-inferior.c} | 17 +- .../gdb.multi/remote-with-running-inferior.exp | 171 +++++++++++++++++++++ .../gdb.multi/sched-multi-add-inferior.exp | 109 +++++++++++++ 8 files changed, 502 insertions(+), 16 deletions(-) copy gdb/testsuite/{gdb.base/user-namespace-attach.c => gdb.multi/interrupt-bg-exe [...] create mode 100644 gdb/testsuite/gdb.multi/interrupt-bg-exec.exp copy gdb/testsuite/{gdb.python/py-commands-breakpoint.c => gdb.multi/remote-with-r [...] create mode 100644 gdb/testsuite/gdb.multi/remote-with-running-inferior.exp create mode 100644 gdb/testsuite/gdb.multi/sched-multi-add-inferior.exp