GDB (xrefs)
Loading...
Searching...
No Matches
Functions
py-bpevent.c File Reference
#include "defs.h"
#include "py-stopevent.h"

Go to the source code of this file.

Functions

gdbpy_ref create_breakpoint_event_object (PyObject *breakpoint_list, PyObject *first_bp)
 

Function Documentation

◆ create_breakpoint_event_object()

gdbpy_ref create_breakpoint_event_object ( PyObject * breakpoint_list,
PyObject * first_bp )

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

References create_stop_event_object(), and evpy_add_attribute().

Referenced by emit_stop_event().