Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DStackFrameList.h105 bool DecrementCurrentInlinedDepth();
H A DThread.h406 bool DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function
407 return GetStackFrameList()->DecrementCurrentInlinedDepth(); in DecrementCurrentInlinedDepth()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanStepOverRange.cpp377 bool in_inlined_stack = thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DThreadPlanStepInRange.cpp466 bool step_without_resume = thread.DecrementCurrentInlinedDepth(); in DoWillResume()
H A DStackFrameList.cpp203 bool StackFrameList::DecrementCurrentInlinedDepth() { in DecrementCurrentInlinedDepth() function in StackFrameList