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 7b46460a619 [gdb/symtab] Apply workaround for PR gas/31115 a bit more new d50cf1cea85 Reimplement DAP's stopAtBeginningOfMainSubprogram new 00ce087f837 Reimplement DAP delayed events new 278b1d211dd Add call_function_later to DAP new d8e96210c0c Refactor CancellationHandler in DAP new 55980c88d47 Allow cancellation of DAP-thread requests new 4baa2789554 Add DAP deferred requests new 6b9efd5c1a6 Defer DAP launch command until after configurationDone
The 7 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/NEWS | 6 + gdb/python/lib/gdb/dap/launch.py | 150 ++++++++++++++----- gdb/python/lib/gdb/dap/server.py | 229 +++++++++++++++++++++++------- gdb/testsuite/gdb.dap/ada-arrays.exp | 7 +- gdb/testsuite/gdb.dap/ada-nested.exp | 7 +- gdb/testsuite/gdb.dap/ada-scopes.exp | 7 +- gdb/testsuite/gdb.dap/args-env.exp | 7 +- gdb/testsuite/gdb.dap/assign.exp | 7 +- gdb/testsuite/gdb.dap/attach.exp | 19 ++- gdb/testsuite/gdb.dap/basic-dap.exp | 7 +- gdb/testsuite/gdb.dap/bt-nodebug.exp | 7 +- gdb/testsuite/gdb.dap/cancel-launch.exp | 60 ++++++++ gdb/testsuite/gdb.dap/catch-exception.exp | 7 +- gdb/testsuite/gdb.dap/children.exp | 7 +- gdb/testsuite/gdb.dap/cond-bp.exp | 7 +- gdb/testsuite/gdb.dap/cwd.exp | 10 +- gdb/testsuite/gdb.dap/cxx-exception.exp | 7 +- gdb/testsuite/gdb.dap/disassem.exp | 7 +- gdb/testsuite/gdb.dap/frameless.exp | 7 +- gdb/testsuite/gdb.dap/global.exp | 7 +- gdb/testsuite/gdb.dap/hover.exp | 7 +- gdb/testsuite/gdb.dap/insn-bp.exp | 12 +- gdb/testsuite/gdb.dap/lazy-string.exp | 7 +- gdb/testsuite/gdb.dap/log-message.exp | 7 +- gdb/testsuite/gdb.dap/memory.exp | 7 +- gdb/testsuite/gdb.dap/modules.exp | 7 +- gdb/testsuite/gdb.dap/pause.exp | 7 +- gdb/testsuite/gdb.dap/ptrref.exp | 7 +- gdb/testsuite/gdb.dap/remote-dap.exp | 10 +- gdb/testsuite/gdb.dap/rust-slices.exp | 7 +- gdb/testsuite/gdb.dap/scopes.exp | 7 +- gdb/testsuite/gdb.dap/sources.exp | 14 +- gdb/testsuite/gdb.dap/stack-format.exp | 7 +- gdb/testsuite/gdb.dap/step-out.exp | 7 +- gdb/testsuite/gdb.dap/stop-at-main.exp | 7 +- gdb/testsuite/gdb.dap/terminate.exp | 7 +- gdb/testsuite/lib/dap-support.exp | 33 +++-- 37 files changed, 522 insertions(+), 210 deletions(-) create mode 100644 gdb/testsuite/gdb.dap/cancel-launch.exp