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

Go to the source code of this file.

Functions

PyObjectcreate_breakpoint_event_object (PyObject *breakpoint_list, PyObject *first_bp)
 GDBPY_NEW_EVENT_TYPE (breakpoint,"gdb.BreakpointEvent","BreakpointEvent","GDB breakpoint stop event object", stop_event_object_type, static)

Function Documentation

PyObject* create_breakpoint_event_object ( PyObject breakpoint_list,
PyObject first_bp 
)

Definition at line 30 of file py-bpevent.c.

GDBPY_NEW_EVENT_TYPE ( breakpoint  ,
"gdb.BreakpointEvent"  ,
"BreakpointEvent"  ,
"GDB breakpoint stop event object"  ,
stop_event_object_type  ,
static   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines