Searched refs:RegisterContextSP (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h62 lldb::RegisterContextSP m_reg_ctx_sp;
65 ValueObjectRegisterContext (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp);
76 Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
116 lldb::RegisterContextSP m_reg_ctx_sp;
122 ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
134 Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
173 lldb::RegisterContextSP m_reg_ctx_sp;
184 ValueObjectRegister (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
185 ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp54 lldb::RegisterContextSP
57 RegisterContextSP rctx ;
66 lldb::RegisterContextSP
H A DThreadMemory.cpp72 RegisterContextSP
80 RegisterContextSP
83 RegisterContextSP reg_ctx_sp;
H A DHistoryUnwind.h32 lldb::RegisterContextSP
H A DHistoryThread.h42 virtual lldb::RegisterContextSP
45 virtual lldb::RegisterContextSP
H A DHistoryUnwind.cpp46 lldb::RegisterContextSP
49 RegisterContextSP rctx;
H A DUnwindMacOSXFrameBackchain.h48 lldb::RegisterContextSP
H A DRegisterContextThreadMemory.h66 CopyFromRegisterContext (lldb::RegisterContextSP context);
106 lldb::RegisterContextSP m_reg_ctx_sp;
H A DThreadMemory.h36 virtual lldb::RegisterContextSP
39 virtual lldb::RegisterContextSP
H A DUnwindLLDB.h78 lldb::RegisterContextSP
H A DUnwindLLDB.cpp302 lldb::RegisterContextSP
305 lldb::RegisterContextSP reg_ctx_sp;
H A DUnwindMacOSXFrameBackchain.cpp75 lldb::RegisterContextSP
78 lldb::RegisterContextSP reg_ctx_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwind.h81 lldb::RegisterContextSP
109 virtual lldb::RegisterContextSP
H A DStackFrame.h56 /// Construct a StackFrame object without supplying a RegisterContextSP.
125 const lldb::RegisterContextSP &reg_context_sp,
133 const lldb::RegisterContextSP &reg_context_sp,
246 lldb::RegisterContextSP
249 const lldb::RegisterContextSP &
508 lldb::RegisterContextSP m_reg_context_sp;
H A DOperatingSystem.h75 virtual lldb::RegisterContextSP
H A DThread.h379 virtual lldb::RegisterContextSP
382 virtual lldb::RegisterContextSP
1082 lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this thread's current register state.
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h44 virtual lldb::RegisterContextSP
47 virtual lldb::RegisterContextSP
H A DThreadGDBRemote.cpp182 lldb::RegisterContextSP
190 lldb::RegisterContextSP
193 lldb::RegisterContextSP reg_ctx_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h130 virtual lldb::RegisterContextSP
133 virtual lldb::RegisterContextSP
167 lldb::RegisterContextSP m_thread_reg_ctx_sp;
H A DThreadElfCore.cpp63 RegisterContextSP
72 RegisterContextSP
75 RegisterContextSP reg_ctx_sp;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DPOSIXThread.h56 virtual lldb::RegisterContextSP
59 virtual lldb::RegisterContextSP
H A DPOSIXThread.cpp149 lldb::RegisterContextSP
217 lldb::RegisterContextSP
220 lldb::RegisterContextSP reg_ctx_sp;
405 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext();
415 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp32 ValueObjectRegisterContext::ValueObjectRegisterContext (ValueObject &parent, RegisterContextSP &reg_ctx) :
117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx)
123 ValueObjectRegisterSet::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, uint32_t reg_set_idx) :
270 ValueObjectRegister::ValueObjectRegister (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num) :
283 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num)
288 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, uint32_t reg_num) :
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h72 virtual lldb::RegisterContextSP
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h560 virtual lldb::RegisterContextSP
563 return lldb::RegisterContextSP();

Completed in 149 milliseconds

12