Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp55 RegisterContextUnwind::RegisterContextUnwind(Thread &thread, in RegisterContextUnwind() function in RegisterContextUnwind
114 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 …]
H A DUnwindLLDB.cpp80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()
129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile636 SRCS+= Target/RegisterContextUnwind.cpp