GDB (xrefs)
|
Public Attributes | |
PyObject_HEAD struct objfile * | objfile |
PyObject * | dict |
PyObject * | printers |
PyObject * | frame_filters |
PyObject * | frame_unwinders |
PyObject * | type_printers |
PyObject * | xmethods |
Definition at line 29 of file py-objfile.c.
PyObject* objfile_object::dict |
Definition at line 38 of file py-objfile.c.
Referenced by objfpy_dealloc(), and objfpy_initialize().
PyObject* objfile_object::frame_filters |
Definition at line 44 of file py-objfile.c.
Referenced by objfpy_dealloc(), objfpy_get_frame_filters(), objfpy_initialize(), and objfpy_set_frame_filters().
PyObject* objfile_object::frame_unwinders |
Definition at line 47 of file py-objfile.c.
Referenced by objfpy_dealloc(), objfpy_get_frame_unwinders(), objfpy_initialize(), and objfpy_set_frame_unwinders().
PyObject_HEAD struct objfile* objfile_object::objfile |
Definition at line 34 of file py-objfile.c.
Referenced by objfpy_add_separate_debug_file(), objfpy_get_build_id(), objfpy_get_filename(), objfpy_get_is_file(), objfpy_get_owner(), objfpy_get_progspace(), objfpy_get_username(), objfpy_initialize(), objfpy_is_valid(), objfpy_lookup_global_symbol(), objfpy_lookup_static_symbol(), and objfpy_repr().
PyObject* objfile_object::printers |
Definition at line 41 of file py-objfile.c.
Referenced by objfpy_dealloc(), objfpy_get_printers(), objfpy_initialize(), and objfpy_set_printers().
PyObject* objfile_object::type_printers |
Definition at line 50 of file py-objfile.c.
Referenced by objfpy_dealloc(), objfpy_get_type_printers(), objfpy_initialize(), and objfpy_set_type_printers().
PyObject* objfile_object::xmethods |
Definition at line 53 of file py-objfile.c.
Referenced by objfpy_dealloc(), objfpy_get_xmethods(), and objfpy_initialize().