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

Go to the source code of this file.

Functions

PyObject * create_stop_event_object (PyTypeObject *py_type)
 
int emit_stop_event (struct bpstats *bs, enum gdb_signal stop_signal)
 
 GDBPY_NEW_EVENT_TYPE (stop,"gdb.StopEvent","StopEvent","GDB stop event object", thread_event_object_type)
 

Function Documentation

PyObject* create_stop_event_object ( PyTypeObject *  py_type)
int emit_stop_event ( struct bpstats bs,
enum gdb_signal  stop_signal 
)
GDBPY_NEW_EVENT_TYPE ( stop  ,
"gdb.StopEvent"  ,
"StopEvent"  ,
"GDB stop event object"  ,
thread_event_object_type   
)