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 56 of file py-value.c.
PyObject* value_object::address |
Definition at line 61 of file py-value.c.
Referenced by valpy_get_address(), valpy_new(), and value_to_value_object().
PyObject* value_object::dynamic_type |
Definition at line 63 of file py-value.c.
Referenced by valpy_get_dynamic_type(), valpy_new(), and value_to_value_object().
PyObject_HEAD struct value_object* value_object::next |
Definition at line 58 of file py-value.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), gdbpy_preserve_values(), note_value(), and valpy_dealloc().
struct value_object* value_object::prev |
Definition at line 59 of file py-value.c.
Referenced by note_value(), and valpy_dealloc().
PyObject* value_object::type |
Definition at line 62 of file py-value.c.
Referenced by valpy_get_type(), valpy_new(), and value_to_value_object().
struct value* value_object::value |
Definition at line 60 of file py-value.c.
Referenced by gdbpy_preserve_values(), valpy_get_address(), valpy_get_dynamic_type(), valpy_get_type(), valpy_getitem(), valpy_new(), valpy_nonzero(), value_object_to_value(), and value_to_value_object().