Home
last modified time | relevance | path

Searched refs:GetOwnerAtIndex (Results 1 – 10 of 10) sorted by relevance

/external/lldb/source/Target/
DStopInfo.cpp149 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()
DThreadPlanStepRange.cpp418 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) in NextRangeBreakpointExplainsStop()
DThreadPlanCallFunction.cpp409 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
DStackFrameList.cpp176 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
/external/lldb/include/lldb/Breakpoint/
DBreakpointSite.h186 GetOwnerAtIndex (size_t idx);
/external/lldb/source/Breakpoint/
DBreakpointSite.cpp182 BreakpointSite::GetOwnerAtIndex (size_t index) in GetOwnerAtIndex() function in BreakpointSite
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp415 bp_site->GetOwnerAtIndex(0)->GetOptionsNoCreate()->GetThreadSpecNoCreate() : 0; in BreakNotify()
/external/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp401 lldb::BreakpointLocationSP bp_loc_sp (bp_site->GetOwnerAtIndex (0)); in GetSoftwareBreakpointTrapOpcode()
/external/lldb/source/API/
DSBThread.cpp225 BreakpointLocationSP bp_loc_sp (bp_site_sp->GetOwnerAtIndex (bp_index)); in GetStopReasonDataAtIndex()
/external/lldb/source/Commands/
DCommandObjectProcess.cpp827 … Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()