Home
last modified time | relevance | path

Searched refs:GetNextFrame (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DRegisterContextUnwind.cpp312 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()
365 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
366 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
401 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
402 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()
506 } else if (GetNextFrame()->m_frame_type == eTrapHandlerFrame || in InitializeNonZerothFrame()
507 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()
703 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
706 next_frame->GetNextFrame(); in CheckIfLoopingStack()
798 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || in GetFullUnwindPlanForFrame()
[all …]
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h102 SharedPtr GetNextFrame() const;