|
GDB (xrefs)
|
Go to the source code of this file.
Functions | |
| static PyTypeObject continue_event_object_type | CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF ("event_object") |
| static PyObject * | create_continue_event_object (void) |
| int | emit_continue_event (ptid_t ptid) |
| GDBPY_NEW_EVENT_TYPE (continue,"gdb.ContinueEvent","ContinueEvent","GDB continue event object", thread_event_object_type, static) | |
| static PyTypeObject continue_event_object_type CPYCHECKER_TYPE_OBJECT_FOR_TYPEDEF | ( | "event_object" | ) | [static] |
| static PyObject* create_continue_event_object | ( | void | ) | [static] |
Definition at line 27 of file py-continueevent.c.
References create_thread_event_object().
Referenced by emit_continue_event().
| int emit_continue_event | ( | ptid_t | ptid | ) |
Definition at line 37 of file py-continueevent.c.
References events_object::cont, create_continue_event_object(), evpy_emit_event(), evregpy_no_listeners_p(), and gdb_py_events.
Referenced by python_on_resume().
| GDBPY_NEW_EVENT_TYPE | ( | continue | , |
| "gdb.ContinueEvent" | , | ||
| "ContinueEvent" | , | ||
| "GDB continue event object" | , | ||
| thread_event_object_type | , | ||
| static | |||
| ) |
1.7.6.1