Lines Matching refs:cur_bp_id

552                 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i);  in DoExecute()  local
553 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
555 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
557 if (cur_bp_id.GetLocationID() == LLDB_INVALID_BREAK_ID) in DoExecute()
564 … BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
727 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute() local
728 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
730 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
731 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) in DoExecute()
733 … BreakpointLocationSP bp_loc_sp (bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
739 cur_bp_id.GetBreakpointID(), in DoExecute()
740 cur_bp_id.GetLocationID()); in DoExecute()
825 BreakpointID cur_bp_id = valid_bp_ids.GetBreakpointIDAtIndex (i); in DoExecute() local
826 if (cur_bp_id.GetBreakpointID() != LLDB_INVALID_BREAK_ID) in DoExecute()
828 Breakpoint *bp = target->GetBreakpointByID (cur_bp_id.GetBreakpointID()).get(); in DoExecute()
833 if (cur_bp_id.GetLocationID() != LLDB_INVALID_BREAK_ID) in DoExecute()
835 … BreakpointLocationSP bp_loc_sp(bp->FindLocationByID (cur_bp_id.GetLocationID())); in DoExecute()
841 cur_bp_id.GetBreakpointID(), in DoExecute()
842 cur_bp_id.GetLocationID()); in DoExecute()
856 cur_bp_id.GetBreakpointID(), in DoExecute()
857 cur_bp_id.GetLocationID()); in DoExecute()
876 … result.AppendErrorWithFormat("Invalid breakpoint ID: %u.\n", cur_bp_id.GetBreakpointID()); in DoExecute()