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 354f8d0a1f9 Remove unnecessary get_current_frame calls from infrun.c new aef11345e4b Document conventions for describing packet syntax new 2e703c09ecb Centralize documentation of error and empty RSP responses new d0273077ccb Document "E.MESSAGE" RSP errors new e0139e5b033 Windows: Fix run/attach hang after bad run/attach new e6dad9621d1 Fix "run" failure handling with GDBserver new 33befefc3d6 Improve vRun error reporting new f1fc8dc2dcc Fix "attach" failure handling with GDBserver new ef27d39dd2c gdbserver: Fix vAttach response when attaching is not supported new c7a2ee64911 gdb_is_target_native -> gdb_protocol_is_native new 5fec7411a2b gdb_is_target_remote -> gdb_protocol_is_remote new e42e3415a08 Eliminate gdb_is_target_remote / gdb_is_target_native & friends new acaf8d85fe9 Fix gdb.base/attach.exp --pid test skipping on native-exten [...]
The 12 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/doc/gdb.texinfo | 293 +++++---------------- gdb/remote.c | 67 ++++- gdb/testsuite/gdb.arch/aarch64-sme-core.exp.tcl | 12 +- .../gdb.arch/aarch64-sme-regs-available.exp.tcl | 20 +- .../gdb.arch/aarch64-sme-regs-sigframe.exp.tcl | 20 +- .../gdb.arch/aarch64-sme-regs-unavailable.exp.tcl | 12 +- gdb/testsuite/gdb.arch/aarch64-sme-sanity.exp | 12 +- .../{attach-deleted-exec.c => attach-fail-twice.c} | 6 +- gdb/testsuite/gdb.base/attach-fail-twice.exp | 94 +++++++ gdb/testsuite/gdb.base/attach.exp | 23 +- gdb/testsuite/gdb.base/cond-eval-mode.exp | 2 +- gdb/testsuite/gdb.base/dprintf.exp | 2 +- gdb/testsuite/gdb.base/foll-exec-mode.exp | 4 +- .../gdb.base/hbreak-in-shr-unsupported.exp | 6 +- gdb/testsuite/gdb.base/load-command.exp | 11 +- .../run-fail-twice.c} | 4 +- gdb/testsuite/gdb.base/run-fail-twice.exp | 63 +++++ gdb/testsuite/gdb.mi/mi-nonstop.exp | 2 +- gdb/testsuite/gdb.multi/stop-all-on-exit.exp | 16 +- gdb/testsuite/gdb.python/py-evsignal.exp | 3 +- gdb/testsuite/gdb.python/py-inferior.exp | 2 +- gdb/testsuite/gdb.reverse/finish-reverse-next.exp | 1 - gdb/testsuite/gdb.threads/break-while-running.exp | 2 +- .../gdb.threads/main-thread-exit-during-detach.exp | 2 +- .../gdb.threads/process-dies-while-handling-bp.exp | 2 +- gdb/testsuite/gdb.threads/threads-after-exec.exp | 2 +- gdb/testsuite/gdb.trace/change-loc.exp | 10 +- gdb/testsuite/gdb.trace/ftrace.exp | 2 +- gdb/testsuite/gdb.trace/qtro.exp | 11 +- gdb/testsuite/lib/gdb.exp | 62 +---- gdb/testsuite/lib/mi-support.exp | 9 - gdb/windows-nat.c | 35 +-- gdbserver/server.cc | 54 ++-- 33 files changed, 422 insertions(+), 444 deletions(-) copy gdb/testsuite/gdb.base/{attach-deleted-exec.c => attach-fail-twice.c} (94%) create mode 100644 gdb/testsuite/gdb.base/attach-fail-twice.exp copy gdb/testsuite/{gdb.debuginfod/build-id-no-debug-warning.c => gdb.base/run-fai [...] create mode 100644 gdb/testsuite/gdb.base/run-fail-twice.exp