GDB (API)
|
Go to the source code of this file.
Functions | |
PyObject * | create_thread_event_object (PyTypeObject *py_type) |
GDBPY_NEW_EVENT_TYPE (thread,"gdb.ThreadEvent","ThreadEvent","GDB thread event object", event_object_type,) |
PyObject* create_thread_event_object | ( | PyTypeObject * | py_type | ) |
Definition at line 50 of file py-threadevent.c.
GDBPY_NEW_EVENT_TYPE | ( | thread | , |
"gdb.ThreadEvent" | , | ||
"ThreadEvent" | , | ||
"GDB thread event object" | , | ||
event_object_type | |||
) |