Home
last modified time | relevance | path

Searched refs:DecrementCurrentInlinedDepth (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrameList.h108 bool DecrementCurrentInlinedDepth();
H A DThread.h429 bool DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function
430 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp374 bool in_inlined_stack = m_thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DThreadPlanStepInRange.cpp499 bool step_without_resume = m_thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DStackFrameList.cpp197 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function in StackFrameList