Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/python/
HDpy-breakpoint.c721 gdbpy_should_stop (struct breakpoint_object *bp_obj) in gdbpy_should_stop() argument
725 PyObject *py_bp = (PyObject *) bp_obj; in gdbpy_should_stop()
726 struct breakpoint *b = bp_obj->bp; in gdbpy_should_stop()
730 if (bp_obj->is_finish_bp) in gdbpy_should_stop()
731 bpfinishpy_pre_stop_hook (bp_obj); in gdbpy_should_stop()
755 if (bp_obj->is_finish_bp) in gdbpy_should_stop()
756 bpfinishpy_post_stop_hook (bp_obj); in gdbpy_should_stop()
768 gdbpy_breakpoint_has_py_cond (struct breakpoint_object *bp_obj) in gdbpy_breakpoint_has_py_cond() argument
771 PyObject *py_bp = (PyObject *) bp_obj; in gdbpy_breakpoint_has_py_cond()
772 struct gdbarch *garch = bp_obj->bp->gdbarch ? bp_obj->bp->gdbarch : in gdbpy_breakpoint_has_py_cond()
[all …]
HDpy-finishbreakpoint.c92 bpfinishpy_pre_stop_hook (struct breakpoint_object *bp_obj) in bpfinishpy_pre_stop_hook() argument
95 (struct finish_breakpoint_object *) bp_obj; in bpfinishpy_pre_stop_hook()
135 bpfinishpy_post_stop_hook (struct breakpoint_object *bp_obj) in bpfinishpy_post_stop_hook() argument
142 disable_breakpoint (bp_obj->bp); in bpfinishpy_post_stop_hook()
143 gdb_assert (bp_obj->bp->disposition == disp_del); in bpfinishpy_post_stop_hook()
322 breakpoint_object *bp_obj = (breakpoint_object *) bpfinish_obj; in bpfinishpy_out_of_scope() local
323 PyObject *py_obj = (PyObject *) bp_obj; in bpfinishpy_out_of_scope()
HDpython.h48 int gdbpy_should_stop (struct breakpoint_object *bp_obj);
50 int gdbpy_breakpoint_has_py_cond (struct breakpoint_object *bp_obj);
HDpython-internal.h363 void bpfinishpy_pre_stop_hook (struct breakpoint_object *bp_obj);
364 void bpfinishpy_post_stop_hook (struct breakpoint_object *bp_obj);
HDpython.c1364 gdbpy_should_stop (struct breakpoint_object *bp_obj) in gdbpy_should_stop() argument
1372 gdbpy_breakpoint_has_py_cond (struct breakpoint_object *bp_obj) in gdbpy_breakpoint_has_py_cond() argument