GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct type * | type |
struct pyty_type_object * | prev |
struct pyty_type_object * | next |
Definition at line 44 of file py-type.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), save_objfile_types(), set_type(), and typy_dealloc().
Definition at line 43 of file py-type.c.
Referenced by save_objfile_types(), set_type(), and typy_dealloc().
PyObject_HEAD struct type* pyty_type_object::type |
Definition at line 38 of file py-type.c.
Referenced by save_objfile_types(), set_type(), typy_dealloc(), and typy_iterator_iternext().