#include "defs.h"
#include "py-events.h"
#include "py-all-events.def"
Go to the source code of this file.
◆ GDB_PY_DEFINE_EVENT
#define GDB_PY_DEFINE_EVENT |
( |
| name | ) |
|
Value:
return nullptr;
events_object gdb_py_events
static int CPYCHECKER_NEGATIVE_RESULT_SETS_EXCEPTION add_new_registry(eventregistry_object **registryp, const char *name)
◆ add_new_registry()
◆ gdbpy_events_mod_func()
PyMODINIT_FUNC gdbpy_events_mod_func |
( |
| ) |
|
◆ EventModuleDef
struct PyModuleDef EventModuleDef |
|
static |
Initial value:=
{
PyModuleDef_HEAD_INIT,
"_gdbevents",
NULL,
-1,
NULL,
NULL,
NULL,
NULL,
NULL
}
Definition at line 23 of file py-evts.c.
Referenced by gdbpy_events_mod_func().