Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp56 uint32_t cur_inlined_depth = GetCurrentInlinedDepth(); in CalculateCurrentInlinedDepth()
62 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function in StackFrameList
204 uint32_t current_inlined_depth = GetCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
464 inlined_depth = GetCurrentInlinedDepth(); in GetFramesUpTo()
652 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex()
788 uint32_t inlined_depth = GetCurrentInlinedDepth(); in SetSelectedFrame()
H A DThreadPlanStepOverRange.cpp382 thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThreadPlanStepInRange.cpp475 thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThread.cpp498 saved_state.current_inlined_depth = GetCurrentInlinedDepth(); in CheckpointThreadState()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h106 uint32_t GetCurrentInlinedDepth();
H A DThread.h410 uint32_t GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function
411 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()