GDB (xrefs)
Functions
py-threadevent.c File Reference
#include "defs.h"
#include "py-event.h"
#include "infrun.h"

Go to the source code of this file.

Functions

static PyObject * get_event_thread (void)
 
PyObject * create_thread_event_object (PyTypeObject *py_type)
 
 GDBPY_NEW_EVENT_TYPE (thread,"gdb.ThreadEvent","ThreadEvent","GDB thread event object", event_object_type)
 

Function Documentation

PyObject* create_thread_event_object ( PyTypeObject *  py_type)
GDBPY_NEW_EVENT_TYPE ( thread  ,
"gdb.ThreadEvent"  ,
"ThreadEvent"  ,
"GDB thread event object"  ,
event_object_type   
)
static PyObject* get_event_thread ( void  )
static

Definition at line 28 of file py-threadevent.c.

References find_thread_object(), inferior_ptid, and non_stop.

Referenced by create_thread_event_object().