Home
last modified time | relevance | path

Searched refs:RegisterContextLLDB (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLLDB.cpp49 RegisterContextLLDB::RegisterContextLLDB(Thread &thread, in RegisterContextLLDB() function in RegisterContextLLDB
110 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 …]
H A DRegisterContextLLDB.h27 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);
H A DUnwindLLDB.h25 class RegisterContextLLDB; variable
40 friend class lldb_private::RegisterContextLLDB;
82 typedef std::shared_ptr<RegisterContextLLDB> RegisterContextLLDBSP;
H A DUnwindLLDB.cpp81 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB( in AddFirstFrame()
130 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB( in GetOneMoreFrame()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile398 SRCS+= Plugins/Process/Utility/RegisterContextLLDB.cpp