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 60a13bbcdfb gdb: cleanup around some set_momentary_breakpoint_at_pc calls new d466f7492ec Add readMemory and writeMemory requests to DAP
The 1 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/data-directory/Makefile.in | 1 + gdb/python/lib/gdb/dap/__init__.py | 1 + gdb/python/lib/gdb/dap/memory.py | 51 ++++++++++++++++ gdb/python/lib/gdb/dap/varref.py | 5 ++ gdb/testsuite/gdb.dap/{bt-inner.c => memory.c} | 9 +-- gdb/testsuite/gdb.dap/memory.exp | 85 ++++++++++++++++++++++++++ 6 files changed, 148 insertions(+), 4 deletions(-) create mode 100644 gdb/python/lib/gdb/dap/memory.py copy gdb/testsuite/gdb.dap/{bt-inner.c => memory.c} (87%) create mode 100644 gdb/testsuite/gdb.dap/memory.exp