|
GDB (API)
|
#include "defs.h"#include "python-internal.h"#include "charset.h"#include "progspace.h"#include "objfiles.h"#include "language.h"#include "arch-utils.h"Go to the source code of this file.
Functions | |
| PyObject * | pspy_get_printers (PyObject *o, void *ignore) |
| PyObject * | pspy_get_frame_filters (PyObject *o, void *ignore) |
| PyObject * | pspace_to_pspace_object (struct program_space *pspace) |
| int | gdbpy_initialize_pspace (void) |
| int gdbpy_initialize_pspace | ( | void | ) |
Definition at line 299 of file py-progspace.c.
| PyObject* pspace_to_pspace_object | ( | struct program_space * | pspace | ) |
Definition at line 258 of file py-progspace.c.
| PyObject* pspy_get_frame_filters | ( | PyObject * | o, |
| void * | ignore | ||
| ) |
Definition at line 155 of file py-progspace.c.
| PyObject* pspy_get_printers | ( | PyObject * | o, |
| void * | ignore | ||
| ) |
Definition at line 115 of file py-progspace.c.
1.7.6.1