GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct value_object * | next |
struct value_object * | prev |
struct value * | value |
PyObject * | address |
PyObject * | type |
PyObject * | dynamic_type |
Definition at line 58 of file py-value.c.
PyObject* value_object::address |
Definition at line 63 of file py-value.c.
Referenced by valpy_clear_value(), valpy_get_address(), and value_to_value_object().
PyObject* value_object::dynamic_type |
Definition at line 65 of file py-value.c.
Referenced by valpy_clear_value(), valpy_get_dynamic_type(), and value_to_value_object().
PyObject_HEAD struct value_object* value_object::next |
Definition at line 60 of file py-value.c.
Referenced by gdbpy_preserve_values(), note_value(), valpy_dealloc(), and value_to_value_object().
struct value_object* value_object::prev |
Definition at line 61 of file py-value.c.
Referenced by note_value(), valpy_dealloc(), and value_to_value_object().
PyObject* value_object::type |
Definition at line 64 of file py-value.c.
Referenced by valpy_clear_value(), valpy_get_type(), and value_to_value_object().
struct value* value_object::value |
Definition at line 62 of file py-value.c.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb.dap.startup.LoggingParam::__init__(), gdb.dap.varref.VariableReference::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.dap.varref.VariableReference::_update_value(), gdb.dap.varref.VariableReference::assign(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), gdbpy_preserve_values(), gdb.dap.startup.LoggingParam::get_set_string(), gdb.command.prompt._ExtendedPrompt::get_show_string(), gdb.dap.varref.VariableReference::to_object(), valpy_assign(), valpy_clear_value(), valpy_dealloc(), valpy_get_address(), valpy_get_dynamic_type(), valpy_get_type(), valpy_init(), value_object_to_value(), and value_to_value_object().