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 9b9e5c09b18 Fix build with clang 16 new 2a89c9508ea Introduce and use DAPException new dfc4bd461b4 Add DAP log level parameter new 0b32d225818 Avoid exception from attach in DAP new 2129106d208 Check for rogue DAP exceptions in test suite
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/NEWS | 5 ++++ gdb/doc/gdb.texinfo | 18 +++++++++++++ gdb/python/lib/gdb/dap/breakpoint.py | 12 ++++++--- gdb/python/lib/gdb/dap/evaluate.py | 12 ++++----- gdb/python/lib/gdb/dap/events.py | 33 ++++++++++++++++++++---- gdb/python/lib/gdb/dap/launch.py | 7 +++--- gdb/python/lib/gdb/dap/server.py | 10 ++++++++ gdb/python/lib/gdb/dap/sources.py | 6 ++--- gdb/python/lib/gdb/dap/startup.py | 49 +++++++++++++++++++++++++++++++++--- gdb/python/lib/gdb/dap/varref.py | 6 ++--- gdb/testsuite/lib/dap-support.exp | 34 ++++++++++++++++++++++++- 11 files changed, 163 insertions(+), 29 deletions(-)