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

/external/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h23 class RegisterContextLLDB;
41 friend class lldb_private::RegisterContextLLDB;
80 typedef std::shared_ptr<RegisterContextLLDB> RegisterContextLLDBSP;
82 // Needed to retrieve the "next" frame (e.g. frame 2 needs to retrieve frame 1's RegisterContextLLDB)
87 // Iterate over the RegisterContextLLDB's in our m_frames vector, look for the first one that
100 RegisterContextLLDBSP reg_ctx_lldb_sp; // These are all RegisterContextLLDB's
H A DRegisterContextLLDB.h1 //===-- RegisterContextLLDB.h --------------------------------------------*- C++ -*-===//
25 class RegisterContextLLDB : public lldb_private::RegisterContext class in namespace:lldb_private
28 typedef std::shared_ptr<RegisterContextLLDB> SharedPtr;
30 RegisterContextLLDB (lldb_private::Thread &thread,
40 ~RegisterContextLLDB () { }
201 lldb_private::UnwindLLDB& m_parent_unwind; // The UnwindLLDB that is creating this RegisterContextLLDB
204 // For RegisterContextLLDB only
207 DISALLOW_COPY_AND_ASSIGN (RegisterContextLLDB);
H A DRegisterContextLLDB.cpp1 //===-- RegisterContextLLDB.cpp --------------------------------*- C++ -*-===//
34 #include "RegisterContextLLDB.h"
39 RegisterContextLLDB::RegisterContextLLDB function in class:RegisterContextLLDB
85 // Initialize a RegisterContextLLDB which is the first frame of a stack -- the zeroth frame or currently
89 RegisterContextLLDB::InitializeZerothFrame()
222 // Initialize a RegisterContextLLDB for the non-zeroth frame -- rely on the RegisterContextLLDB "below" it
226 RegisterContextLLDB::InitializeNonZerothFrame()
556 RegisterContextLLDB
[all...]
H A DAndroid.mk18 RegisterContextLLDB.cpp \
H A DUnwindLLDB.cpp21 #include "RegisterContextLLDB.h"
77 RegisterContextLLDBSP reg_ctx_sp (new RegisterContextLLDB (m_thread,
119 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB (m_thread,

Completed in 260 milliseconds