Home
last modified time | relevance | path

Searched refs:GetCurrentInlinedDepth (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrameList.cpp57 uint32_t cur_inlined_depth = GetCurrentInlinedDepth(); in CalculateCurrentInlinedDepth()
63 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function in StackFrameList
199 uint32_t current_inlined_depth = GetCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
440 inlined_depth = GetCurrentInlinedDepth(); in GetFramesUpTo()
643 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex()
780 uint32_t inlined_depth = GetCurrentInlinedDepth(); in SetSelectedFrame()
H A DThreadPlanStepOverRange.cpp380 m_thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThreadPlanStepInRange.cpp505 m_thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThread.cpp545 saved_state.current_inlined_depth = GetCurrentInlinedDepth(); in CheckpointThreadState()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h112 uint32_t GetCurrentInlinedDepth();
H A DThread.h433 uint32_t GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function
434 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()