This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gdb-14-branch in repository binutils-gdb.
from c1edbcf2baa Add DAP scope cache new 8836926927c Fix register-setting response from DAP new ba0725dfa02 Handle gdb.LazyString in DAP
The 2 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 | 2 + gdb/python/lib/gdb/dap/varref.py | 2 +- gdb/python/py-lazy-string.c | 28 ++++++++- gdb/python/py-value.c | 8 ++- gdb/testsuite/gdb.dap/{sources.c => lazy-string.c} | 3 +- .../gdb.dap/{ada-scopes.exp => lazy-string.exp} | 66 ++++++++++------------ .../py-event-load.py => gdb.dap/lazy-string.py} | 21 ++++--- gdb/testsuite/gdb.dap/scopes.exp | 25 +++++++- 8 files changed, 106 insertions(+), 49 deletions(-) copy gdb/testsuite/gdb.dap/{sources.c => lazy-string.c} (92%) copy gdb/testsuite/gdb.dap/{ada-scopes.exp => lazy-string.exp} (57%) copy gdb/testsuite/{gdb.python/py-event-load.py => gdb.dap/lazy-string.py} (66%)