binutils-gdb/gdb/python/lib/gdb
Tom Tromey d466f7492e Add readMemory and writeMemory requests to DAP
This adds the DAP readMemory and writeMemory requests.  A small change
to the evaluation code is needed in order to test this -- this is one
of the few ways for a client to actually acquire a memory reference.
2023-04-03 08:47:52 -06:00
..
command gdb: reformat Python files with black 23.1.0 2023-02-27 13:28:32 -05:00
dap Add readMemory and writeMemory requests to DAP 2023-04-03 08:47:52 -06:00
function
printer
__init__.py
disassembler.py
FrameDecorator.py gdb: reformat Python files with black 23.1.0 2023-02-27 13:28:32 -05:00
FrameIterator.py
frames.py
printing.py Fix formatting in gdb/printing.py 2023-03-15 13:14:14 -06:00
prompt.py
styling.py
types.py
unwinder.py gdb/python: Add new gdb.unwinder.FrameId class 2023-03-30 10:25:46 +01:00
xmethod.py