forked from Imagelibrary/binutils-gdb
Implement DAP variables, scopes, and evaluate requests
The DAP code already claimed to implement "scopes" and "evaluate", but this wasn't done completely correctly. This patch implements these and also implements the "variables" request. After this patch, variables and scopes correctly report their sub-structure. This also interfaces with the gdb pretty-printer API, so the output of pretty-printers is available.
This commit is contained in:
@@ -103,6 +103,7 @@ PYTHON_FILE_LIST = \
|
||||
gdb/dap/startup.py \
|
||||
gdb/dap/state.py \
|
||||
gdb/dap/threads.py \
|
||||
gdb/dap/varref.py \
|
||||
gdb/function/__init__.py \
|
||||
gdb/function/as_string.py \
|
||||
gdb/function/caller_is.py \
|
||||
|
||||
Reference in New Issue
Block a user