Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp314 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()
367 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
368 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
403 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
404 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()
509 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()
705 next_frame->GetNextFrame(); in CheckIfLoopingStack()
798 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
2060 if (auto next = GetNextFrame()) { in GetReturnAddressHint()
2290 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h102 SharedPtr GetNextFrame() const;