Home
last modified time | relevance | path

Searched refs:RegisterContextUnwind (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DRegisterContextUnwind.h25 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;
H A DUnwindLLDB.h24 class RegisterContextUnwind; variable
39 friend class lldb_private::RegisterContextUnwind;
82 typedef std::shared_ptr<RegisterContextUnwind> RegisterContextLLDBSP;
/llvm-project-15.0.7/lldb/source/Target/
H A DRegisterContextUnwind.cpp53 RegisterContextUnwind::RegisterContextUnwind(Thread &thread, in RegisterContextUnwind() function in RegisterContextUnwind
112 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 …]
H A DCMakeLists.txt34 RegisterContextUnwind.cpp
H A DUnwindLLDB.cpp80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()
129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn57 "RegisterContextUnwind.cpp",