Searched refs:RegisterContextLLDB (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile419 SRCS+= Plugins/Process/Utility/RegisterContextLLDB.cpp
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h24 class RegisterContextLLDB;
39 friend class lldb_private::RegisterContextLLDB;
82 typedef std::shared_ptr<RegisterContextLLDB> RegisterContextLLDBSP;
85 // 1's RegisterContextLLDB)
90 // Iterate over the RegisterContextLLDB's in our m_frames vector, look for the
119 reg_ctx_lldb_sp; // These are all RegisterContextLLDB's
H A DUnwindLLDB.cpp20 #include "RegisterContextLLDB.h"
80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB(
129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB(
151 // If the RegisterContextLLDB has a fallback UnwindPlan, it will switch to
190 // If the RegisterContextLLDB has a fallback UnwindPlan, it will switch to
246 // If the RegisterContextLLDB has a fallback UnwindPlan, it will switch to
265 // If the RegisterContextLLDB has a fallback UnwindPlan, it will switch to
H A DRegisterContextLLDB.h1 //===-- RegisterContextLLDB.h --------------------------------------------*- C++
26 class RegisterContextLLDB : public lldb_private::RegisterContext { class in namespace:lldb_private
28 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr;
30 RegisterContextLLDB(lldb_private::Thread &thread, const SharedPtr &next_frame,
35 ~RegisterContextLLDB() override = default;
250 // this RegisterContextLLDB
252 // For RegisterContextLLDB only
254 DISALLOW_COPY_AND_ASSIGN(RegisterContextLLDB);
H A DRegisterContextLLDB.cpp1 //===-- RegisterContextLLDB.cpp --------------------------------*- C++ -*-===//
37 #include "RegisterContextLLDB.h"
52 RegisterContextLLDB::RegisterContextLLDB(Thread &thread, function in class:RegisterContextLLDB
82 bool RegisterContextLLDB::IsUnwindPlanValidForCurrentPC(
110 // Initialize a RegisterContextLLDB which is the first frame of a stack -- the
113 void RegisterContextLLDB::InitializeZerothFrame() {
263 // Initialize a RegisterContextLLDB for the non-zeroth frame -- rely on the
264 // RegisterContextLLDB "below" it to provide things like its current pc value.
266 void RegisterContextLLDB
[all...]

Completed in 256 milliseconds