Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp283 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { in InitializeNonZerothFrame()
322 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
323 GetNextFrame()->IsTrapHandlerFrame()) in InitializeNonZerothFrame()
354 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in InitializeNonZerothFrame()
355 GetNextFrame()->IsFrameZero()) { in InitializeNonZerothFrame()
482 if (GetNextFrame()->m_frame_type != eTrapHandlerFrame && in InitializeNonZerothFrame()
483 GetNextFrame()->m_frame_type != eDebuggerFrame && in InitializeNonZerothFrame()
634 RegisterContextLLDB::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
730 GetNextFrame()->m_frame_type == eDebuggerFrame) { in GetFullUnwindPlanForFrame()
2030 if (GetNextFrame().get() && GetNextFrame()->IsValid() && in ReadPC()
[all …]
H A DRegisterContextLLDB.h98 SharedPtr GetNextFrame() const;