GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD symtab_object * | symtab |
struct symtab_and_line * | sal |
struct salpy_sal_object * | prev |
struct salpy_sal_object * | next |
Definition at line 57 of file py-symtab.c.
Definition at line 68 of file py-symtab.c.
Referenced by gdb.FrameIterator.FrameIterator::__next__(), del_objfile_sal(), salpy_dealloc(), and set_sal().
Definition at line 67 of file py-symtab.c.
Referenced by del_objfile_sal(), salpy_dealloc(), and set_sal().
struct symtab_and_line* salpy_sal_object::sal |
Definition at line 62 of file py-symtab.c.
Referenced by del_objfile_sal(), salpy_dealloc(), and set_sal().
PyObject_HEAD symtab_object* salpy_sal_object::symtab |
Definition at line 60 of file py-symtab.c.
Referenced by del_objfile_sal(), salpy_dealloc(), salpy_get_symtab(), salpy_str(), and set_sal().