GDB (xrefs)
Loading...
Searching...
No Matches
Functions
py-threadevent.c File Reference
#include "defs.h"
#include "py-event.h"
#include "infrun.h"
#include "gdbthread.h"

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)
 
int emit_thread_exit_event (thread_info *thread)
 

Function Documentation

◆ create_thread_event_object()

gdbpy_ref create_thread_event_object ( PyTypeObject * py_type,
PyObject * thread )

◆ emit_thread_exit_event()

int emit_thread_exit_event ( thread_info * thread)

◆ py_get_event_thread()

gdbpy_ref py_get_event_thread ( ptid_t ptid)