Searched refs:RegisterContextUnwind (Results 1 – 6 of 6) 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;
53 RegisterContextUnwind::RegisterContextUnwind(Thread &thread, in RegisterContextUnwind() function in RegisterContextUnwind112 void RegisterContextUnwind::InitializeZerothFrame() { in InitializeZerothFrame()1191 bool RegisterContextUnwind::IsValid() const { in IsValid()1217 bool RegisterContextUnwind::IsTrapHandlerSymbol( in IsTrapHandlerSymbol()1247 RegisterContextUnwind::SavedLocationForRegister( in SavedLocationForRegister()1940 bool RegisterContextUnwind::ReadFrameAddress( in ReadFrameAddress()2261 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetNextFrame() const { in GetNextFrame()2262 RegisterContextUnwind::SharedPtr regctx; in GetNextFrame()2268 RegisterContextUnwind::SharedPtr RegisterContextUnwind::GetPrevFrame() const { in GetPrevFrame()2269 RegisterContextUnwind::SharedPtr regctx; in GetPrevFrame()[all …]
34 RegisterContextUnwind.cpp
80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
57 "RegisterContextUnwind.cpp",