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 b9885796f8a gdb: re-format Python files with black 24.1.1 new eed5f59c8c7 Export dap_initialize new 95fc420a40e Clean up suppress_new_breakpoint_event new 25558d2fc0e Fix DAP launch and configurationDone requests
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/python/lib/gdb/dap/breakpoint.py | 137 ++++++++++++++++-------------- gdb/python/lib/gdb/dap/launch.py | 29 ++----- gdb/testsuite/gdb.dap/ada-arrays.exp | 8 +- gdb/testsuite/gdb.dap/ada-nested.exp | 7 +- gdb/testsuite/gdb.dap/ada-scopes.exp | 7 +- gdb/testsuite/gdb.dap/args-env.exp | 8 +- gdb/testsuite/gdb.dap/assign.exp | 7 +- gdb/testsuite/gdb.dap/basic-dap.exp | 63 +++++++------- gdb/testsuite/gdb.dap/bt-nodebug.exp | 8 +- gdb/testsuite/gdb.dap/catch-exception.exp | 7 +- gdb/testsuite/gdb.dap/children.exp | 7 +- gdb/testsuite/gdb.dap/cond-bp.exp | 16 +++- gdb/testsuite/gdb.dap/cwd.exp | 7 +- gdb/testsuite/gdb.dap/cxx-exception.exp | 7 +- gdb/testsuite/gdb.dap/eof.exp | 2 +- gdb/testsuite/gdb.dap/frameless.exp | 9 +- gdb/testsuite/gdb.dap/hover.exp | 8 +- gdb/testsuite/gdb.dap/lazy-string.exp | 7 +- gdb/testsuite/gdb.dap/log-message.exp | 8 +- gdb/testsuite/gdb.dap/memory.exp | 8 +- gdb/testsuite/gdb.dap/modules.exp | 7 +- gdb/testsuite/gdb.dap/pause.exp | 8 +- gdb/testsuite/gdb.dap/ptrref.exp | 8 +- gdb/testsuite/gdb.dap/rust-slices.exp | 8 +- gdb/testsuite/gdb.dap/scopes.exp | 8 +- gdb/testsuite/gdb.dap/sources.exp | 4 + gdb/testsuite/gdb.dap/stack-format.exp | 7 +- gdb/testsuite/gdb.dap/stop-at-main.exp | 6 +- gdb/testsuite/gdb.dap/terminate.exp | 6 +- gdb/testsuite/lib/dap-support.exp | 25 +++--- 30 files changed, 262 insertions(+), 185 deletions(-)