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 59 of file py-value.c.
PyObject* value_object::address |
Definition at line 64 of file py-value.c.
Referenced by valpy_clear_value(), valpy_get_address(), value_to_value_object(), and value_to_value_object_no_release().
PyObject* value_object::dynamic_type |
Definition at line 66 of file py-value.c.
Referenced by valpy_clear_value(), valpy_get_dynamic_type(), value_to_value_object(), and value_to_value_object_no_release().
PyObject_HEAD struct value_object* value_object::next |
Definition at line 61 of file py-value.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), gdbpy_preserve_values(), note_value(), valpy_dealloc(), value_to_value_object(), and value_to_value_object_no_release().
struct value_object* value_object::prev |
Definition at line 62 of file py-value.c.
Referenced by note_value(), valpy_dealloc(), value_to_value_object(), and value_to_value_object_no_release().
PyObject* value_object::type |
Definition at line 65 of file py-value.c.
Referenced by valpy_clear_value(), valpy_get_type(), value_to_value_object(), and value_to_value_object_no_release().
struct value* value_object::value |
Definition at line 63 of file py-value.c.
Referenced by gdb.command.prompt._ExtendedPrompt::__init__(), gdb-gdb.TypeFlag::__lt__(), gdb.command.prompt._ExtendedPrompt::before_prompt_hook(), gdbpy_preserve_values(), gdb.command.prompt._ExtendedPrompt::get_show_string(), valpy_clear_value(), valpy_dealloc(), valpy_get_address(), valpy_get_dynamic_type(), valpy_get_type(), valpy_init(), value_object_to_value(), value_to_value_object(), and value_to_value_object_no_release().