Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStackFrameList.cpp59 uint32_t cur_inlined_depth = GetCurrentInlinedDepth(); in CalculateCurrentInlinedDepth()
65 uint32_t StackFrameList::GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function in StackFrameList
208 uint32_t current_inlined_depth = GetCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
470 inlined_depth = GetCurrentInlinedDepth(); in GetFramesUpTo()
673 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex()
859 uint32_t inlined_depth = GetCurrentInlinedDepth(); in SetSelectedFrame()
H A DThreadPlanStepOverRange.cpp383 thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThreadPlanStepInRange.cpp472 thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThread.cpp512 saved_state.current_inlined_depth = GetCurrentInlinedDepth(); in CheckpointThreadState()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h121 uint32_t GetCurrentInlinedDepth();
H A DThread.h408 uint32_t GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function
409 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()