Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpointSite.h128 lldb::BreakpointLocationSP GetOwnerAtIndex(size_t idx);
/external/llvm-project/lldb/source/Target/
DStopInfo.cpp111 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetOwnerAtIndex(0); in StoreBPInfo()
173 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in DoShouldNotify()
197 const char *kind = bp_site_sp->GetOwnerAtIndex(idx) in GetDescription()
352 bp_site_sp->GetOwnerAtIndex(j); in PerformAction()
DThreadPlanCallFunction.cpp291 Breakpoint &bp = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
DStackFrameList.cpp155 Breakpoint &bp_ref = bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
DPlatform.cpp1904 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp222 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/source/Breakpoint/
DBreakpointSite.cpp142 BreakpointLocationSP BreakpointSite::GetOwnerAtIndex(size_t index) { in GetOwnerAtIndex() function in BreakpointSite
/external/llvm-project/lldb/source/Plugins/Process/FreeBSD/
DProcessFreeBSD.cpp653 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/external/llvm-project/lldb/source/Commands/
DCommandObjectProcess.cpp538 bp_site_sp->GetOwnerAtIndex(i)->GetBreakpoint(); in DoExecute()
/external/llvm-project/lldb/source/API/
DSBThread.cpp237 bp_site_sp->GetOwnerAtIndex(bp_index)); in GetStopReasonDataAtIndex()
/external/llvm-project/lldb/source/Plugins/Platform/MacOSX/
DPlatformDarwin.cpp472 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetOwnerAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()