Files
clang-p2996/lldb/test/API/tools/lldb-dap/memory/Makefile
Adrian Vogelsgesang 3acb1eac5e [lldb-dap] Support inspecting memory (#104317)
Add support for the `readMemory` request which allows VS-Code to
inspect memory. Also, add `memoryReference` to variables and `evaluate`
responses, such that the binary view can be opened from the variables
view and from the "watch" pane.
2024-09-16 22:56:20 +02:00

4 lines
48 B
Makefile

CXX_SOURCES := main.cpp
include Makefile.rules