GDB (xrefs)
|
Public Member Functions | |
__init__ (self, value) | |
__init__ (self, value) | |
![]() | |
assign (self, value) | |
has_children (self) | |
cache_children (self) | |
child_count (self) | |
to_object (self) | |
fetch_one_child (self, idx) | |
assign (self, value) | |
has_children (self) | |
cache_children (self) | |
child_count (self) | |
to_object (self) | |
fetch_one_child (self, idx) | |
![]() | |
reset_children (self) | |
fetch_children (self, start, count) | |
find_child_by_name (self, name) | |
reset_children (self) | |
fetch_children (self, start, count) | |
find_child_by_name (self, name) | |
Additional Inherited Members | |
![]() | |
result_name | |
value | |
printer | |
child_cache | |
count | |
![]() | |
ref | |
name | |
children | |
by_name | |
name_counts | |
![]() | |
_update_value (self) | |
_update_value (self) | |
![]() | |
_compute_name (self, name) | |
_compute_name (self, name) | |
Definition at line 27 of file evaluate.py.
gdb.dap.evaluate.EvaluateResult.__init__ | ( | self, | |
name ) |
Initializer. NAME is the name of this reference, see superclass. VALUE is a gdb.Value that holds the value. RESULT_NAME can be used to change how the simple string result is emitted in the result dictionary.
Reimplemented from gdb.dap.varref.VariableReference.
Definition at line 28 of file evaluate.py.
References gdb.dap.evaluate.EvaluateResult.__init__().
Referenced by gdb.dap.evaluate.EvaluateResult.__init__().
gdb.dap.evaluate.EvaluateResult.__init__ | ( | self, | |
name ) |
Initializer. NAME is the name of this reference, see superclass. VALUE is a gdb.Value that holds the value. RESULT_NAME can be used to change how the simple string result is emitted in the result dictionary.
Reimplemented from gdb.dap.varref.VariableReference.
Definition at line 28 of file evaluate.py.
References gdb.dap.evaluate.EvaluateResult.__init__(), gdb.dap.evaluate._evaluate(), and gdb.with_parameter().