Searched refs:RegisterContextUnwind (Results 1 – 5 of 5) sorted by relevance
25 class RegisterContextUnwind : public lldb_private::RegisterContext {27 typedef std::shared_ptr<RegisterContextUnwind> SharedPtr;29 RegisterContextUnwind(lldb_private::Thread &thread,35 ~RegisterContextUnwind() override = default;262 RegisterContextUnwind(const RegisterContextUnwind &) = delete;263 const RegisterContextUnwind &264 operator=(const RegisterContextUnwind &) = delete;
24 class RegisterContextUnwind; variable39 friend class lldb_private::RegisterContextUnwind;85 typedef std::shared_ptr<RegisterContextUnwind> RegisterContextLLDBSP;
55 RegisterContextUnwind::RegisterContextUnwind(Thread &thread, in RegisterContextUnwind() function in RegisterContextUnwind86 bool RegisterContextUnwind::IsUnwindPlanValidForCurrentPC( in IsUnwindPlanValidForCurrentPC()115 void RegisterContextUnwind::InitializeZerothFrame() { in InitializeZerothFrame()307 void RegisterContextUnwind::InitializeNonZerothFrame() { in InitializeNonZerothFrame()696 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack()710 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()712 RegisterContextUnwind::SharedPtr next_next_frame = in CheckIfLoopingStack()725 bool RegisterContextUnwind::IsFrameZero() const { return m_frame_number == 0; } in IsFrameZero()727 bool RegisterContextUnwind::BehavesLikeZerothFrame() const { in BehavesLikeZerothFrame()747 RegisterContextUnwind::GetFastUnwindPlanForFrame() { in GetFastUnwindPlanForFrame()[all …]
80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
670 SRCS+= Target/RegisterContextUnwind.cpp