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 8be33827cdc ld: Add an LTO test for common symbol override new 0341f2767ad Introduce exec_mi_and_log for DAP new 0c3bfda0ac6 Make DAP instruction breakpoints unverified new f2387377574 Fix failure with C++ exceptions in DAP new d1b72c26495 Notify Python when breakpoint symbol changes
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/breakpoint.c | 7 +++ gdb/python/lib/gdb/dap/breakpoint.py | 25 ++++++-- gdb/python/lib/gdb/dap/locations.py | 5 +- gdb/python/lib/gdb/dap/sources.py | 6 +- gdb/python/lib/gdb/dap/startup.py | 7 +++ gdb/testsuite/gdb.dap/catch-exception.exp | 6 ++ gdb/testsuite/gdb.dap/cxx-exception.exp | 10 +++ gdb/testsuite/gdb.dap/insn-bp.exp | 100 ++++++++++++++++++++++++++++++ 8 files changed, 154 insertions(+), 12 deletions(-) create mode 100644 gdb/testsuite/gdb.dap/insn-bp.exp