Home
last modified time | relevance | path

Searched refs:GetNumberOfConstituents (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DWatchpointResource.h84 size_t GetNumberOfConstituents();
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp65 size_t WatchpointResource::GetNumberOfConstituents() { in GetNumberOfConstituents() function in WatchpointResource
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepRange.cpp404 size_t num_constituents = bp_site_sp->GetNumberOfConstituents(); in NextRangeBreakpointExplainsStop()
H A DStopInfo.cpp113 uint32_t num_constituents = bp_site_sp->GetNumberOfConstituents(); in StoreBPInfo()
195 size_t num_constituents = bp_site_sp->GetNumberOfConstituents(); in GetDescription()
H A DStackFrameList.cpp159 uint32_t num_owners = bp_site_sp->GetNumberOfConstituents(); in ResetCurrentInlinedDepth()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DStopInfoMachException.cpp501 if (wp_rsrc_sp && wp_rsrc_sp->GetNumberOfConstituents() > 0) { in GetStopInfoForHardwareBP()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp184 return bp_site_sp->GetNumberOfConstituents() * 2; in GetStopReasonDataCount()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp502 const size_t num_owners = bp_site_sp->GetNumberOfConstituents(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3292 if (wp_res_sp->GetNumberOfConstituents() == 0) in DisableWatchpoint()