Searched refs:bp_obj (Results 1 – 5 of 5) sorted by relevance
721 gdbpy_should_stop (struct breakpoint_object *bp_obj) in gdbpy_should_stop() argument725 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() argument771 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 …]
92 bpfinishpy_pre_stop_hook (struct breakpoint_object *bp_obj) in bpfinishpy_pre_stop_hook() argument95 (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() argument142 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() local323 PyObject *py_obj = (PyObject *) bp_obj; in bpfinishpy_out_of_scope()
48 int gdbpy_should_stop (struct breakpoint_object *bp_obj);50 int gdbpy_breakpoint_has_py_cond (struct breakpoint_object *bp_obj);
363 void bpfinishpy_pre_stop_hook (struct breakpoint_object *bp_obj);364 void bpfinishpy_post_stop_hook (struct breakpoint_object *bp_obj);
1364 gdbpy_should_stop (struct breakpoint_object *bp_obj) in gdbpy_should_stop() argument1372 gdbpy_breakpoint_has_py_cond (struct breakpoint_object *bp_obj) in gdbpy_breakpoint_has_py_cond() argument