Searched refs:py_bp (Results 1 – 2 of 2) sorted by relevance
42 gdbpy_breakpoint_object py_bp; member300 bppy_pending_object = &self_bpfinish->py_bp; in bpfinishpy_init()324 self_bpfinish->py_bp.bp->frame_id = frame_id; in bpfinishpy_init()325 self_bpfinish->py_bp.is_finish_bp = 1; in bpfinishpy_init()329 self_bpfinish->py_bp.bp->pspace = current_program_space; in bpfinishpy_init()344 if (bpfinish_obj->py_bp.bp->enable_state == bp_enabled in bpfinishpy_out_of_scope()366 PyObject *py_bp = (PyObject *) b->py_bp_object; in bpfinishpy_detect_out_scope_cb() local370 if (py_bp != NULL && b->py_bp_object->is_finish_bp) in bpfinishpy_detect_out_scope_cb()373 (struct finish_breakpoint_object *) py_bp; in bpfinishpy_detect_out_scope_cb()388 delete_breakpoint (finish_bp->py_bp.bp); in bpfinishpy_detect_out_scope_cb()
1163 PyObject *py_bp = (PyObject *) bp_obj; in gdbpy_breakpoint_cond_says_stop() local1175 if (PyObject_HasAttrString (py_bp, stop_func)) in gdbpy_breakpoint_cond_says_stop()1177 gdbpy_ref<> result (PyObject_CallMethod (py_bp, stop_func, NULL)); in gdbpy_breakpoint_cond_says_stop()1212 PyObject *py_bp; in gdbpy_breakpoint_has_cond() local1217 py_bp = (PyObject *) b->py_bp_object; in gdbpy_breakpoint_has_cond()1220 return PyObject_HasAttrString (py_bp, stop_func); in gdbpy_breakpoint_has_cond()