Lines Matching defs:bp_sp
559 BreakpointSP bp_sp
563 if (bp_sp->IsEnabled()) {
567 size_t num_locations = bp_sp->GetNumLocations();
570 = bp_sp->GetLocationAtIndex(loc_idx);
578 BreakpointLocationSP loc_sp = bp_sp->FindLocationByID(loc_id);
615 for (BreakpointSP bp_sp : bkpt_list.Breakpoints()) {
616 break_id_t bp_id = bp_sp->GetID();
621 if (!bkpts_seen.count(bp_id) && bp_sp->IsEnabled()) {
623 bp_sp->SetEnabled(false);
630 size_t num_locations = bp_sp->GetNumLocations();
633 BreakpointLocationSP loc_sp = bp_sp->GetLocationAtIndex(loc_idx);
679 BreakpointSP bp_sp = bkpt_list.FindBreakpointByID(bp_id);
680 if (bp_sp)
681 bp_sp->SetEnabled(true);
684 BreakpointSP bp_sp
686 if (bp_sp) {
688 = bp_sp->FindLocationByID(bkpt_id.GetLocationID());