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 ea54f7806ba Put "source" into DAP scope new aac3cc82581 Memoize gdb.Block and make them hashable new 4dd38c39833 Convert DAP disassemble code to use Block hashing new d856ef4fc2b Return global scope from DAP scopes request
The 3 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/data-directory/Makefile.in | 1 + gdb/python/lib/gdb/dap/disassemble.py | 7 +- gdb/python/lib/gdb/dap/globalvars.py | 97 +++++++++++++++++++++++ gdb/python/lib/gdb/dap/scopes.py | 4 + gdb/python/py-block.c | 143 +++++++++++++++++++--------------- gdb/testsuite/gdb.dap/ptrref.exp | 8 +- gdb/testsuite/gdb.dap/rust-slices.exp | 4 +- gdb/testsuite/gdb.python/py-block.exp | 4 + 9 files changed, 201 insertions(+), 72 deletions(-) create mode 100644 gdb/python/lib/gdb/dap/globalvars.py