Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp320 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()
379 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
380 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
415 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
416 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()
521 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()
720 next_frame->GetNextFrame(); in CheckIfLoopingStack()
813 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
2094 if (auto next = GetNextFrame()) { in GetReturnAddressHint()
2339 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h102 SharedPtr GetNextFrame() const;