Home
last modified time | relevance | path

Searched refs:py_bp_object (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-stopevent.c60 && current_bs->breakpoint_at->py_bp_object) in emit_stop_event()
63 (PyObject *) current_bs->breakpoint_at->py_bp_object; in emit_stop_event()
H A Dpy-finishbreakpoint.c343 PyObject *py_bp = (PyObject *) b->py_bp_object; in bpfinishpy_detect_out_scope_cb()
348 if (py_bp != NULL && b->py_bp_object->is_finish_bp) in bpfinishpy_detect_out_scope_cb()
H A Dpy-breakpoint.c670 PyObject *bp = (PyObject *) b->py_bp_object; in build_bp_list()
819 newbp->bp->py_bp_object = newbp; in gdbpy_breakpoint_created()
848 bp_obj = bp->py_bp_object; in gdbpy_breakpoint_deleted()
/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.h768 struct breakpoint_object *py_bp_object; member
H A Dbreakpoint.c1059 if (b->py_bp_object in condition_command()
1060 && gdbpy_breakpoint_has_py_cond (b->py_bp_object)) in condition_command()
5060 if (b->py_bp_object) in bpstat_check_breakpoint_conditions()
5061 bs->stop = gdbpy_should_stop (b->py_bp_object); in bpstat_check_breakpoint_conditions()
6980 b->py_bp_object = NULL; in init_raw_breakpoint_without_location()