Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrameList.h117 bool DecrementCurrentInlinedDepth();
H A DThread.h413 bool DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function
414 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp380 bool in_inlined_stack = thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DThreadPlanStepInRange.cpp466 bool step_without_resume = thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DStackFrameList.cpp206 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function in StackFrameList