GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD PyObject * | symtab |
struct symtab_and_line * | sal |
sal_object * | prev |
sal_object * | next |
Definition at line 79 of file py-symtab.c.
sal_object* sal_object::next |
Definition at line 90 of file py-symtab.c.
Referenced by salpy_deleter::operator()(), salpy_dealloc(), and set_sal().
sal_object* sal_object::prev |
Definition at line 89 of file py-symtab.c.
Referenced by salpy_deleter::operator()(), salpy_dealloc(), and set_sal().
struct symtab_and_line* sal_object::sal |
Definition at line 84 of file py-symtab.c.
Referenced by salpy_deleter::operator()(), salpy_dealloc(), and set_sal().
PyObject_HEAD PyObject* sal_object::symtab |
Definition at line 82 of file py-symtab.c.
Referenced by salpy_deleter::operator()(), salpy_dealloc(), salpy_get_symtab(), salpy_str(), and set_sal().