GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD int | field |
enum gdbpy_iter_kind | kind |
type_object * | source |
PyObject_HEAD int typy_iterator_object::field |
Definition at line 63 of file py-type.c.
Referenced by typy_iterator_iternext(), and typy_make_iter().
enum gdbpy_iter_kind typy_iterator_object::kind |
Definition at line 65 of file py-type.c.
Referenced by typy_iterator_iternext(), and typy_make_iter().
type_object* typy_iterator_object::source |
Definition at line 67 of file py-type.c.
Referenced by typy_iterator_dealloc(), typy_iterator_iternext(), and typy_make_iter().