GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
objfile_object Struct Reference

Public Attributes

PyObject_HEAD struct objfileobjfile
 
PyObjectdict
 
PyObjectprinters
 
PyObjectframe_filters
 
PyObjectframe_unwinders
 
PyObjecttype_printers
 
PyObjectxmethods
 

Detailed Description

Definition at line 29 of file py-objfile.c.

Member Data Documentation

◆ dict

PyObject* objfile_object::dict

Definition at line 38 of file py-objfile.c.

Referenced by objfpy_dealloc(), and objfpy_initialize().

◆ frame_filters

PyObject* objfile_object::frame_filters

◆ frame_unwinders

PyObject* objfile_object::frame_unwinders

◆ objfile

PyObject_HEAD struct objfile* objfile_object::objfile

◆ printers

PyObject* objfile_object::printers

◆ type_printers

PyObject* objfile_object::type_printers

◆ xmethods

PyObject* objfile_object::xmethods

Definition at line 53 of file py-objfile.c.

Referenced by objfpy_dealloc(), objfpy_get_xmethods(), and objfpy_initialize().


The documentation for this struct was generated from the following file: