Home
last modified time | relevance | path

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

/freebsd/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;
262 RegisterContextUnwind(const RegisterContextUnwind &) = delete;
263 const RegisterContextUnwind &
264 operator=(const RegisterContextUnwind &) = delete;
H A DUnwindLLDB.h24 class RegisterContextUnwind; variable
39 friend class lldb_private::RegisterContextUnwind;
85 typedef std::shared_ptr<RegisterContextUnwind> RegisterContextLLDBSP;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRegisterContextUnwind.cpp55 RegisterContextUnwind::RegisterContextUnwind(Thread &thread, in RegisterContextUnwind() function in RegisterContextUnwind
86 bool RegisterContextUnwind::IsUnwindPlanValidForCurrentPC( in IsUnwindPlanValidForCurrentPC()
115 void RegisterContextUnwind::InitializeZerothFrame() { in InitializeZerothFrame()
307 void RegisterContextUnwind::InitializeNonZerothFrame() { in InitializeNonZerothFrame()
696 bool RegisterContextUnwind::CheckIfLoopingStack() { in CheckIfLoopingStack()
710 RegisterContextUnwind::SharedPtr next_frame = GetNextFrame(); in CheckIfLoopingStack()
712 RegisterContextUnwind::SharedPtr next_next_frame = in CheckIfLoopingStack()
725 bool RegisterContextUnwind::IsFrameZero() const { return m_frame_number == 0; } in IsFrameZero()
727 bool RegisterContextUnwind::BehavesLikeZerothFrame() const { in BehavesLikeZerothFrame()
747 RegisterContextUnwind::GetFastUnwindPlanForFrame() { in GetFastUnwindPlanForFrame()
[all …]
H A DUnwindLLDB.cpp80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()
129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
/freebsd/lib/clang/liblldb/
H A DMakefile670 SRCS+= Target/RegisterContextUnwind.cpp