|
GDB (API)
|
Go to the source code of this file.
Functions | |
| PyObject * | create_stop_event_object (PyTypeObject *py_type) |
| int | emit_stop_event (struct bpstats *bs, enum gdb_signal stop_signal) |
| GDBPY_NEW_EVENT_TYPE (stop,"gdb.StopEvent","StopEvent","GDB stop event object", thread_event_object_type,) | |
| PyObject* create_stop_event_object | ( | PyTypeObject * | py_type | ) |
Definition at line 24 of file py-stopevent.c.
| int emit_stop_event | ( | struct bpstats * | bs, |
| enum gdb_signal | stop_signal | ||
| ) |
Definition at line 46 of file py-stopevent.c.
| GDBPY_NEW_EVENT_TYPE | ( | stop | , |
| "gdb.StopEvent" | , | ||
| "StopEvent" | , | ||
| "GDB stop event object" | , | ||
| thread_event_object_type | |||
| ) |
1.7.6.1