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 bcacc8e58cd Convert gdb.base/watchpoint-hw-attach.exp to spawn_wait_for_attach new 43fe7696b89 gdb.multi/attach-no-multi-process.exp: Detect no remote non-stop new f74bd9bcabc gdb testsuite: Introduce allow_fork_tests and use it throughout new eb6c9310ee4 gdb testsuite: Introduce allow_multi_inferior_tests and use [...]
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/testsuite/gdb.base/catch-fork-kill.exp | 2 + gdb/testsuite/gdb.base/catch-fork-static.exp | 4 +- gdb/testsuite/gdb.base/catch-signal-fork.exp | 1 + gdb/testsuite/gdb.base/foll-fork-syscall.exp | 1 + gdb/testsuite/gdb.base/foll-fork.exp | 2 + gdb/testsuite/gdb.base/foll-vfork.exp | 7 +- .../fork-no-detach-follow-child-dlopen.exp | 1 + .../gdb.base/fork-print-inferior-events.exp | 2 + gdb/testsuite/gdb.base/fork-running-state.exp | 2 + gdb/testsuite/gdb.base/inferior-died.exp | 5 +- gdb/testsuite/gdb.base/interrupt-daemon.exp | 2 + gdb/testsuite/gdb.base/jit-elf-fork.exp | 1 + .../gdb.base/kill-detach-inferiors-cmd.exp | 1 + gdb/testsuite/gdb.base/multi-forks.exp | 6 +- gdb/testsuite/gdb.base/pie-fork.exp | 2 + .../gdb.base/run-control-while-bg-execution.exp | 5 ++ gdb/testsuite/gdb.base/step-over-exit.exp | 7 +- gdb/testsuite/gdb.base/vfork-follow-parent.exp | 2 + gdb/testsuite/gdb.base/watch-before-fork.exp | 2 + gdb/testsuite/gdb.base/watch-vfork.exp | 2 + gdb/testsuite/gdb.btrace/multi-inferior.exp | 2 + gdb/testsuite/gdb.mi/interrupt-thread-group.exp | 2 +- .../gdb.mi/user-selected-context-sync.exp | 2 + .../gdb.multi/attach-no-multi-process.exp | 5 +- gdb/testsuite/gdb.multi/attach-while-running.exp | 1 + gdb/testsuite/gdb.multi/bp-thread-specific.exp | 2 + gdb/testsuite/gdb.multi/dummy-frame-restore.exp | 2 + gdb/testsuite/gdb.multi/multi-arch.exp | 2 + gdb/testsuite/gdb.multi/multi-attach.exp | 2 + gdb/testsuite/gdb.multi/multi-exit.exp | 2 + gdb/testsuite/gdb.multi/multi-kill.exp | 2 + gdb/testsuite/gdb.multi/multi-re-run.exp | 2 + gdb/testsuite/gdb.multi/multi-target.exp.tcl | 4 + gdb/testsuite/gdb.multi/multi-term-settings.exp | 2 + .../gdb.multi/start-inferior-specific.exp | 2 + gdb/testsuite/gdb.multi/stop-all-on-exit.exp | 2 + gdb/testsuite/gdb.multi/tids-gid-reset.exp | 2 + gdb/testsuite/gdb.multi/tids.exp | 3 + gdb/testsuite/gdb.multi/watchpoint-multi-exit.exp | 2 + gdb/testsuite/gdb.multi/watchpoint-multi.exp | 2 + .../gdb.rocm/fork-exec-gpu-to-non-gpu.exp | 1 + .../gdb.rocm/fork-exec-non-gpu-to-gpu.exp | 1 + gdb/testsuite/gdb.rocm/precise-memory-fork.exp | 1 + .../gdb.threads/access-mem-running-thread-exit.exp | 89 ++++++++++++---------- gdb/testsuite/gdb.threads/detach-step-over.exp | 2 + .../gdb.threads/foll-fork-other-thread.exp | 2 + gdb/testsuite/gdb.threads/fork-child-threads.exp | 5 +- gdb/testsuite/gdb.threads/fork-plus-threads.exp | 2 + gdb/testsuite/gdb.threads/fork-thread-pending.exp | 6 +- .../forking-threads-plus-breakpoint.exp | 2 + .../gdb.threads/next-fork-exec-other-thread.exp | 2 + .../gdb.threads/next-fork-other-thread.exp | 2 + .../gdb.threads/pending-fork-event-detach-ns.exp | 2 + .../gdb.threads/pending-fork-event-detach.exp | 2 + gdb/testsuite/gdb.threads/threadapply.exp | 6 +- .../gdb.threads/vfork-follow-child-exec.exp | 2 + .../gdb.threads/vfork-follow-child-exit.exp | 2 + gdb/testsuite/gdb.threads/vfork-multi-inferior.exp | 4 + gdb/testsuite/gdb.threads/vfork-multi-thread.exp | 2 + gdb/testsuite/gdb.threads/watchpoint-fork.exp | 2 + gdb/testsuite/lib/gdb.exp | 34 +++++++++ gdb/testsuite/lib/gdbserver-support.exp | 2 +- 62 files changed, 199 insertions(+), 76 deletions(-)