GDB (xrefs)
Public Attributes | List of all members
objfile_object Struct Reference

Public Attributes

PyObject_HEAD struct objfileobjfile
 
PyObject * dict
 
PyObject * printers
 
PyObject * frame_filters
 
PyObject * frame_unwinders
 
PyObject * type_printers
 
PyObject * xmethods
 

Detailed Description

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

Member Data Documentation

PyObject* objfile_object::dict

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

PyObject* objfile_object::frame_filters

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

PyObject* objfile_object::frame_unwinders

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

PyObject_HEAD struct objfile* objfile_object::objfile
PyObject* objfile_object::printers

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

PyObject* objfile_object::type_printers

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

PyObject* objfile_object::xmethods

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


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