Home
last modified time | relevance | path

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

/freebsd/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
119 uint32_t current_inlined_depth = GetCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
413 inlined_depth = GetCurrentInlinedDepth(); in FetchFramesUpTo()
618 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex()
810 uint32_t inlined_depth = GetCurrentInlinedDepth(); in SetSelectedFrame()
H A DThreadPlanStepInRange.cpp476 thread.GetCurrentInlinedDepth()); in DoWillResume()
492 uint32_t cur_inline_depth = thread.GetCurrentInlinedDepth(); in IsVirtualStep()
H A DThreadPlanStepOverRange.cpp407 thread.GetCurrentInlinedDepth()); in DoWillResume()
H A DThread.cpp526 saved_state.current_inlined_depth = GetCurrentInlinedDepth(); in CheckpointThreadState()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h137 uint32_t GetCurrentInlinedDepth();
H A DThread.h442 uint32_t GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function
443 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()