GDB (API)
Functions
/home/stan/gdb/src/gdb/python/py-stopevent.c File Reference
#include "defs.h"
#include "py-stopevent.h"

Go to the source code of this file.

Functions

PyObjectcreate_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)

Definition at line 24 of file py-stopevent.c.

int emit_stop_event ( struct bpstats bs,
enum gdb_signal  stop_signal 
)

Definition at line 46 of file py-stopevent.c.

GDBPY_NEW_EVENT_TYPE ( stop  ,
"gdb.StopEvent"  ,
"StopEvent"  ,
"GDB stop event object"  ,
thread_event_object_type   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines