Lines Matching defs:bp_sp
553 BreakpointSP bp_sp
557 if (bp_sp->IsEnabled()) {
561 size_t num_locations = bp_sp->GetNumLocations();
564 = bp_sp->GetLocationAtIndex(loc_idx);
572 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id);
609 for (BreakpointSP bp_sp : bkpt_list.Breakpoints()) {
610 break_id_t bp_id = bp_sp->GetID();
615 if (!bkpts_seen.count(bp_id) && bp_sp->IsEnabled()) {
617 bp_sp->SetEnabled(false);
624 size_t num_locations = bp_sp->GetNumLocations();
627 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx);
673 BreakpointSP bp_sp = bkpt_list.FindBreakpointByID(bp_id);
674 if (bp_sp)
675 bp_sp->SetEnabled(true);
678 BreakpointSP bp_sp
680 if (bp_sp) {
682 = bp_sp->FindLocationByID(bkpt_id.GetLocationID());