GDB (xrefs)
|
Go to the source code of this file.
Functions | |
gdbpy_ref | py_get_event_thread (ptid_t ptid) |
gdbpy_ref | create_thread_event_object (PyTypeObject *py_type, PyObject *thread) |
Definition at line 42 of file py-threadevent.c.
References create_event_object(), and evpy_add_attribute().
Referenced by add_thread_object(), create_continue_event_object(), and create_stop_event_object().
gdbpy_ref py_get_event_thread | ( | ptid_t | ptid | ) |
Definition at line 26 of file py-threadevent.c.
References current_inferior(), find_thread_ptid(), non_stop, and thread_to_thread_object().
Referenced by create_continue_event_object(), and create_stop_event_object().