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 32 of file py-progspace.c.
PyObject* pspace_object::dict |
Definition at line 41 of file py-progspace.c.
Referenced by pspy_dealloc(), and pspy_initialize().
PyObject* pspace_object::frame_filters |
Definition at line 47 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 50 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 44 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 37 of file py-progspace.c.
Referenced by pspy_block_for_pc(), pspy_find_pc_line(), pspy_get_exec_file(), pspy_get_filename(), pspy_get_objfiles(), pspy_get_symbol_file(), pspy_initialize(), pspy_is_valid(), pspy_objfile_for_address(), and pspy_solib_name().
PyObject* pspace_object::type_printers |
Definition at line 53 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 56 of file py-progspace.c.
Referenced by pspy_dealloc(), pspy_get_xmethods(), and pspy_initialize().