GDB (xrefs)
|
Classes | |
class | BaseReference |
class | VariableReference |
Functions | |
clear_vars (event) | |
_null (**ignore) | |
apply_format (value_format) | |
find_variable (ref) | |
Variables | |
list | all_variables = [] |
|
protected |
Definition at line 41 of file varref.py.
Referenced by gdb.dap.varref.apply_format().
gdb.dap.varref.apply_format | ( | value_format | ) |
Temporarily apply the DAP ValueFormat. This returns a new context manager that applies the given DAP ValueFormat object globally, then restores gdb's state when finished.
Definition at line 46 of file varref.py.
References gdb.dap.varref._null(), and gdb.with_parameter().
gdb.dap.varref.find_variable | ( | ref | ) |