Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Breakpoint/
H A DBreakpointSite.h128 lldb::BreakpointLocationSP GetOwnerAtIndex(size_t idx);
/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp113 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()
123 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in StoreBPInfo()
193 const char *kind = bp_site_sp->GetOwnerAtIndex(idx) in GetDescription()
369 bp_site_sp->GetOwnerAtIndex(j); in PerformAction()
H A DThreadPlanCallFunction.cpp297 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp159 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
H A DPlatform.cpp1862 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointSite.cpp142 BreakpointLocationSP BreakpointSite::GetOwnerAtIndex(size_t index) { in GetOwnerAtIndex() function in BreakpointSite
/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp438 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/llvm-project-15.0.7/lldb/source/API/
H A DSBThread.cpp244 bp_site_sp->GetOwnerAtIndex(bp_index)); in GetStopReasonDataAtIndex()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectProcess.cpp574 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()