|
GDB (xrefs)
|
Public Attributes | |
| PyObject_HEAD struct symtab * | symtab |
| struct stpy_symtab_object * | prev |
| struct stpy_symtab_object * | next |
Definition at line 29 of file py-symtab.c.
| struct stpy_symtab_object* stpy_symtab_object::next |
Definition at line 38 of file py-symtab.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), del_objfile_symtab(), and set_symtab().
| struct stpy_symtab_object* stpy_symtab_object::prev |
Definition at line 37 of file py-symtab.c.
Referenced by del_objfile_symtab(), and set_symtab().
| PyObject_HEAD struct symtab* stpy_symtab_object::symtab |
Definition at line 32 of file py-symtab.c.
Referenced by del_objfile_symtab(), salpy_dealloc(), salpy_str(), set_sal(), and set_symtab().
1.8.14