reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
97 SharedPtr GetNextFrame() const;
275 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { 275 if (!GetNextFrame().get() || !GetNextFrame()->IsValid()) { 314 if (GetNextFrame().get() && GetNextFrame()->IsValid() && 314 if (GetNextFrame().get() && GetNextFrame()->IsValid() && 315 GetNextFrame()->IsTrapHandlerFrame()) 346 if (GetNextFrame().get() && GetNextFrame()->IsValid() && 346 if (GetNextFrame().get() && GetNextFrame()->IsValid() && 347 GetNextFrame()->IsFrameZero()) { 451 } else if (GetNextFrame()->m_frame_type == eTrapHandlerFrame || 452 GetNextFrame()->m_frame_type == eDebuggerFrame) { 608 RegisterContextLLDB::SharedPtr next_frame = GetNextFrame(); 610 RegisterContextLLDB::SharedPtr next_next_frame = next_frame->GetNextFrame(); 702 if (IsFrameZero() || GetNextFrame()->m_frame_type == eTrapHandlerFrame || 703 GetNextFrame()->m_frame_type == eDebuggerFrame) { 1021 success = GetNextFrame()->ReadRegister(other_reg_info, value); 1067 success = GetNextFrame()->WriteRegister(other_reg_info, value); 1917 if (auto next = GetNextFrame()) { 2129 if (GetNextFrame().get() && GetNextFrame()->IsValid() && 2129 if (GetNextFrame().get() && GetNextFrame()->IsValid() && 2130 GetNextFrame()->IsTrapHandlerFrame())