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;258 RegisterContextUnwind(const RegisterContextUnwind &) = delete;259 const RegisterContextUnwind &260 operator=(const RegisterContextUnwind &) = delete;
24 class RegisterContextUnwind; variable39 friend class lldb_private::RegisterContextUnwind;82 typedef std::shared_ptr<RegisterContextUnwind> RegisterContextLLDBSP;
55 RegisterContextUnwind::RegisterContextUnwind(Thread &thread, in RegisterContextUnwind() function in RegisterContextUnwind114 void RegisterContextUnwind::InitializeZerothFrame() { in InitializeZerothFrame()1205 bool RegisterContextUnwind::IsValid() const { in IsValid()1231 bool RegisterContextUnwind::IsTrapHandlerSymbol( in IsTrapHandlerSymbol()1261 RegisterContextUnwind::SavedLocationForRegister( in SavedLocationForRegister()1954 bool RegisterContextUnwind::ReadFrameAddress( in ReadFrameAddress()2297 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame()2298 RegisterContextUnwind::SharedPtr regctx; in GetNextFrame()2304 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetPrevFrame() const { in GetPrevFrame()2305 RegisterContextUnwind::SharedPtr regctx; in GetPrevFrame()[all …]
80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
636 SRCS+= Target/RegisterContextUnwind.cpp