Searched refs:GetOwnerAtIndex (Results 1 – 10 of 10) sorted by relevance
149 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()216 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in DoShouldNotify()247 … const char *kind = bp_site_sp->GetOwnerAtIndex(idx)->GetBreakpoint().GetBreakpointKind(); in GetDescription()382 … lldb::BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(j); in PerformAction()409 site_locations.Add(bp_site_sp->GetOwnerAtIndex(j)); in PerformAction()
418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in NextRangeBreakpointExplainsStop()
409 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
176 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
186 GetOwnerAtIndex (size_t idx);
182 BreakpointSite::GetOwnerAtIndex (size_t index) in GetOwnerAtIndex() function in BreakpointSite
415 bp_site->GetOwnerAtIndex(0)->GetOptionsNoCreate()->GetThreadSpecNoCreate() : 0; in BreakNotify()
401 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
225 BreakpointLocationSP bp_loc_sp (bp_site_sp->GetOwnerAtIndex (bp_index)); in GetStopReasonDataAtIndex()
827 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()