GDB (API)
Functions
/home/stan/gdb/src/gdb/python/py-objfile.c File Reference
#include "defs.h"
#include "python-internal.h"
#include "charset.h"
#include "objfiles.h"
#include "language.h"

Go to the source code of this file.

Functions

PyObjectobjfpy_get_printers (PyObject *o, void *ignore)
PyObjectobjfpy_get_frame_filters (PyObject *o, void *ignore)
PyObjectobjfile_to_objfile_object (struct objfile *objfile)
int gdbpy_initialize_objfile (void)

Function Documentation

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

PyObject* objfile_to_objfile_object ( struct objfile objfile)

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

PyObject* objfpy_get_frame_filters ( PyObject o,
void *  ignore 
)

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

PyObject* objfpy_get_printers ( PyObject o,
void *  ignore 
)

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

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines