Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h102 bool DecrementCurrentInlinedDepth();
H A DThread.h406 bool DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function
407 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp376 bool in_inlined_stack = thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DThreadPlanStepInRange.cpp469 bool step_without_resume = thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DStackFrameList.cpp202 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function in StackFrameList