Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDWatchpointResource.h97 lldb::WatchpointSP GetConstituentAtIndex(size_t idx);
HDBreakpointSite.h133 lldb::BreakpointLocationSP GetConstituentAtIndex(size_t idx);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
HDWatchpointResource.cpp82 WatchpointSP WatchpointResource::GetConstituentAtIndex(size_t idx) { in GetConstituentAtIndex() function in WatchpointResource
HDBreakpointSite.cpp140 BreakpointLocationSP BreakpointSite::GetConstituentAtIndex(size_t index) { in GetConstituentAtIndex() function in BreakpointSite
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDStopInfo.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()
HDThreadPlanCallFunction.cpp297 Breakpoint &bp = bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoPlanExplainsStop()
HDThreadPlanStepRange.cpp411 if (!bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint().IsInternal()) { in NextRangeBreakpointExplainsStop()
HDStackFrameList.cpp162 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in ResetCurrentInlinedDepth()
HDPlatform.cpp1969 lldb::BreakpointLocationSP bp_loc_sp(bp_site->GetConstituentAtIndex(0)); in GetSoftwareBreakpointTrapOpcode()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDStopInfoMachException.cpp503 thread, wp_rsrc_sp->GetConstituentAtIndex(0)->GetID()); in GetStopInfoForHardwareBP()
/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
HDSBThread.cpp244 bp_site_sp->GetConstituentAtIndex(bp_index)); in GetStopReasonDataAtIndex()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectProcess.cpp505 bp_site_sp->GetConstituentAtIndex(i)->GetBreakpoint(); in DoExecute()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDProcessGDBRemote.cpp1845 watch_id = wp_resource_sp->GetConstituentAtIndex(0)->GetID(); in SetThreadStopInfo()