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 21db866dc69 Implement DAP 'terminated' event new af93035b275 Add DAP support for C++ exceptions new 2128d888b88 Respect supportsMemoryReferences in DAP new e1376998848 Implement ValueFormat for DAP new 7b4a5561e4b Don't supply DAP 'path' for non-file shared libraries
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/python/lib/gdb/dap/breakpoint.py | 21 ++++- gdb/python/lib/gdb/dap/bt.py | 102 +++++++++++---------- gdb/python/lib/gdb/dap/evaluate.py | 79 ++++++++-------- gdb/python/lib/gdb/dap/modules.py | 6 +- gdb/python/lib/gdb/dap/varref.py | 29 +++++- .../cxx-exception.cc} | 29 ++++-- .../{catch-exception.exp => cxx-exception.exp} | 54 ++++------- gdb/testsuite/gdb.dap/hover.exp | 10 ++ gdb/testsuite/gdb.dap/memory.c | 2 + gdb/testsuite/gdb.dap/memory.exp | 2 + gdb/testsuite/lib/dap-support.exp | 3 +- 11 files changed, 195 insertions(+), 142 deletions(-) copy gdb/testsuite/{gdb.base/bg-exec-sigint-bp-cond.c => gdb.dap/cxx-exception.cc} (77%) copy gdb/testsuite/gdb.dap/{catch-exception.exp => cxx-exception.exp} (51%)