Lines Matching defs:bp_sp
6996 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx);
6997 const size_t num_bps_locs = bp_sp->GetNumLocations();
7000 bp_sp->GetLocationAtIndex(bp_loc_idx);
7109 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx);
7110 const size_t num_bps_locs = bp_sp->GetNumLocations();
7114 bp_sp->GetLocationAtIndex(bp_loc_idx);
7334 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint(
7347 bp_sp->GetOptions().SetOneShot(true);
7358 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint(
7363 bp_sp->GetOptions().SetOneShot(true);
7474 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx);
7475 const size_t num_bps_locs = bp_sp->GetNumLocations();
7478 bp_sp->GetLocationAtIndex(bp_loc_idx);
7486 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID());
7495 BreakpointSP bp_sp = exe_ctx.GetTargetRef().CreateBreakpoint(
7519 BreakpointSP bp_sp = bp_list.GetBreakpointAtIndex(bp_idx);
7520 const size_t num_bps_locs = bp_sp->GetNumLocations();
7523 bp_sp->GetLocationAtIndex(bp_loc_idx);
7529 exe_ctx.GetTargetRef().RemoveBreakpointByID(bp_sp->GetID());
7537 BreakpointSP bp_sp =