Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h97 lldb::WatchpointSP GetConstituentAtIndex(size_t idx);
H A DBreakpointSite.h133 lldb::BreakpointLocationSP GetConstituentAtIndex(size_t idx);
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp83 WatchpointSP WatchpointResource::GetConstituentAtIndex(size_t idx) { in GetConstituentAtIndex() function in WatchpointResource
H A DBreakpointSite.cpp140 BreakpointLocationSP BreakpointSite::GetConstituentAtIndex(size_t index) { in GetConstituentAtIndex() function in BreakpointSite
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DStopInfo.cpp115 BreakpointLocationSP bp_loc_sp = bp_site_sp->GetConstituentAtIndex(0); in StoreBPInfo()
125 if (!bp_site_sp->GetConstituentAtIndex(i) in StoreBPInfo()
197 const char *kind = bp_site_sp->GetConstituentAtIndex(idx) in GetDescription()
H A DThreadPlanCallFunction.cpp297 Breakpoint &bp = bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
H A DThreadPlanStepRange.cpp410 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
H A DStackFrameList.cpp162 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
H A DPlatform.cpp2017 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetConstituentAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp244 bp_site_sp->GetConstituentAtIndex(bp_index)); in GetStopReasonDataAtIndex()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp525 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1823 watch_id = wp_resource_sp->GetConstituentAtIndex(0)->GetID(); in SetThreadStopInfo()