GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct program_space * | pspace |
PyObject * | dict |
PyObject * | printers |
PyObject * | frame_filters |
PyObject * | frame_unwinders |
PyObject * | type_printers |
PyObject * | xmethods |
Definition at line 30 of file py-progspace.c.
PyObject* pspace_object::dict |
Definition at line 39 of file py-progspace.c.
Referenced by pspy_dealloc(), and pspy_initialize().
PyObject* pspace_object::frame_filters |
Definition at line 45 of file py-progspace.c.
Referenced by pspy_dealloc(), pspy_get_frame_filters(), pspy_initialize(), and pspy_set_frame_filters().
PyObject* pspace_object::frame_unwinders |
Definition at line 48 of file py-progspace.c.
Referenced by pspy_dealloc(), pspy_get_frame_unwinders(), pspy_initialize(), and pspy_set_frame_unwinders().
PyObject* pspace_object::printers |
Definition at line 42 of file py-progspace.c.
Referenced by pspy_dealloc(), pspy_get_printers(), pspy_initialize(), and pspy_set_printers().
PyObject_HEAD struct program_space* pspace_object::pspace |
Definition at line 35 of file py-progspace.c.
Referenced by pspy_block_for_pc(), pspy_find_pc_line(), pspy_get_filename(), pspy_get_objfiles(), pspy_initialize(), pspy_is_valid(), and pspy_solib_name().
PyObject* pspace_object::type_printers |
Definition at line 51 of file py-progspace.c.
Referenced by pspy_dealloc(), pspy_get_type_printers(), pspy_initialize(), and pspy_set_type_printers().
PyObject* pspace_object::xmethods |
Definition at line 54 of file py-progspace.c.
Referenced by pspy_dealloc(), pspy_get_xmethods(), and pspy_initialize().