Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
507 GetNextFrame()->m_frame_type == eDebuggerFrame) { in InitializeNonZerothFrame()
706 next_frame->GetNextFrame(); in CheckIfLoopingStack()
799 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
2073 if (auto next = GetNextFrame()) { in GetReturnAddressHint()
2304 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
[all …]
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h102 SharedPtr GetNextFrame() const;