Home
last modified time | relevance | path

Searched refs:GetFramesUpTo (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDStackFrameList.cpp89 GetFramesUpTo(0, DoNotAllowInterruption); in ResetCurrentInlinedDepth()
235 uint32_t num_frames = unwinder.GetFramesUpTo(end_idx); in GetOnlyConcreteFramesUpTo()
440 bool StackFrameList::GetFramesUpTo(uint32_t end_idx, in GetFramesUpTo() function in StackFrameList
643 GetFramesUpTo(UINT32_MAX, DoNotAllowInterruption); in GetNumFrames()
686 if (GetFramesUpTo(idx)) { in GetFrameAtIndex()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDUnwind.h36 uint32_t GetFramesUpTo(uint32_t end_idx) { in GetFramesUpTo() function
HDStackFrameList.h106 bool GetFramesUpTo(uint32_t end_idx,