Searched refs:RegisterContextLLDB (Results 1 – 5 of 5) sorted by relevance
49 RegisterContextLLDB::RegisterContextLLDB(Thread &thread, in RegisterContextLLDB() function in RegisterContextLLDB110 void RegisterContextLLDB::InitializeZerothFrame() { in InitializeZerothFrame()1092 bool RegisterContextLLDB::IsValid() const { in IsValid()1118 bool RegisterContextLLDB::IsTrapHandlerSymbol( in IsTrapHandlerSymbol()1148 RegisterContextLLDB::SavedLocationForRegister( in SavedLocationForRegister()1743 bool RegisterContextLLDB::ReadFrameAddress( in ReadFrameAddress()1987 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetNextFrame() const { in GetNextFrame()1988 RegisterContextLLDB::SharedPtr regctx; in GetNextFrame()1994 RegisterContextLLDB::SharedPtr RegisterContextLLDB::GetPrevFrame() const { in GetPrevFrame()1995 RegisterContextLLDB::SharedPtr regctx; in GetPrevFrame()[all …]
27 class RegisterContextLLDB : public lldb_private::RegisterContext {29 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr;31 RegisterContextLLDB(lldb_private::Thread &thread, const SharedPtr &next_frame,36 ~RegisterContextLLDB() override = default;257 DISALLOW_COPY_AND_ASSIGN(RegisterContextLLDB);
25 class RegisterContextLLDB; variable40 friend class lldb_private::RegisterContextLLDB;82 typedef std::shared_ptr<RegisterContextLLDB> RegisterContextLLDBSP;
81 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB( in AddFirstFrame()130 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB( in GetOneMoreFrame()
398 SRCS+= Plugins/Process/Utility/RegisterContextLLDB.cpp