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 596c507f5dd gdb/DAP Few bug fixes & Evaluate Array Watch vars new 32594d975aa Fix type of DAP hitCondition new 44fc43e5c8c Reuse breakpoints more frequently in DAP new c1dad46f358 Handle exceptions when creating DAP breakpoints new 5ad513ae628 Implement type checking for DAP breakpoint requests new 59e75852dd9 Handle supportsVariablePaging in DAP new 0aafd5d0385 Implement DAP logging breakpoints new d8a001f5701 Implement DAP "hover" context
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/python/lib/gdb/dap/breakpoint.py | 275 +++++++++++++++------ gdb/python/lib/gdb/dap/evaluate.py | 20 +- gdb/target.c | 12 +- gdb/testsuite/gdb.dap/catch-exception.exp | 24 +- gdb/testsuite/gdb.dap/cond-bp.exp | 21 +- gdb/testsuite/gdb.dap/{memory.c => hover.c} | 13 +- gdb/testsuite/gdb.dap/{frameless.exp => hover.exp} | 38 +-- gdb/testsuite/gdb.dap/{cond-bp.c => log-message.c} | 15 +- .../gdb.dap/{bt-nodebug.exp => log-message.exp} | 28 ++- gdb/testsuite/gdb.dap/scopes.exp | 24 +- gdb/testsuite/lib/dap-support.exp | 3 +- 11 files changed, 331 insertions(+), 142 deletions(-) copy gdb/testsuite/gdb.dap/{memory.c => hover.c} (86%) copy gdb/testsuite/gdb.dap/{frameless.exp => hover.exp} (58%) copy gdb/testsuite/gdb.dap/{cond-bp.c => log-message.c} (84%) copy gdb/testsuite/gdb.dap/{bt-nodebug.exp => log-message.exp} (60%)