GDB (API)
|
#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 | |
PyObject * | objfpy_get_printers (PyObject *o, void *ignore) |
PyObject * | objfpy_get_frame_filters (PyObject *o, void *ignore) |
PyObject * | objfile_to_objfile_object (struct objfile *objfile) |
int | gdbpy_initialize_objfile (void) |
int gdbpy_initialize_objfile | ( | void | ) |
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.