Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
205 uint32_t current_inlined_depth = GetCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
465 inlined_depth = GetCurrentInlinedDepth(); in GetFramesUpTo()
653 uint32_t inlined_depth = GetCurrentInlinedDepth(); in GetFrameAtIndex()
789 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.cpp508 saved_state.current_inlined_depth = GetCurrentInlinedDepth(); in CheckpointThreadState()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h109 uint32_t GetCurrentInlinedDepth();
H A DThread.h410 uint32_t GetCurrentInlinedDepth() { in GetCurrentInlinedDepth() function
411 return GetStackFrameList()->GetCurrentInlinedDepth(); in GetCurrentInlinedDepth()