Home
last modified time | relevance | path

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

12

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectRegister.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, uin…
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…
/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDStackFrame.h125 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;
HDUnwind.h81 lldb::RegisterContextSP
109 virtual lldb::RegisterContextSP
HDThread.h379 virtual lldb::RegisterContextSP
382 virtual lldb::RegisterContextSP
1082 …lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this thread's current re…
HDOperatingSystem.h75 virtual lldb::RegisterContextSP
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp54 lldb::RegisterContextSP
57 RegisterContextSP rctx ; in GetRegisterContext()
66 lldb::RegisterContextSP
HDThreadMemory.cpp72 RegisterContextSP
80 RegisterContextSP
83 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
HDHistoryUnwind.cpp46 lldb::RegisterContextSP
49 RegisterContextSP rctx; in DoCreateRegisterContextForFrame()
HDHistoryThread.h42 virtual lldb::RegisterContextSP
45 virtual lldb::RegisterContextSP
HDThreadMemory.h36 virtual lldb::RegisterContextSP
39 virtual lldb::RegisterContextSP
HDRegisterContextThreadMemory.h66 CopyFromRegisterContext (lldb::RegisterContextSP context);
106 lldb::RegisterContextSP m_reg_ctx_sp;
HDHistoryUnwind.h32 lldb::RegisterContextSP
HDUnwindMacOSXFrameBackchain.h48 lldb::RegisterContextSP
HDUnwindMacOSXFrameBackchain.cpp75 lldb::RegisterContextSP
78 lldb::RegisterContextSP reg_ctx_sp; in DoCreateRegisterContextForFrame()
HDUnwindLLDB.cpp302 lldb::RegisterContextSP
305 lldb::RegisterContextSP reg_ctx_sp; in DoCreateRegisterContextForFrame()
HDUnwindLLDB.h78 lldb::RegisterContextSP
/trueos/contrib/llvm/tools/lldb/source/Core/
HDValueObjectRegister.cpp32 ValueObjectRegisterContext::ValueObjectRegisterContext (ValueObject &parent, RegisterContextSP &reg… in ValueObjectRegisterContext()
117 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_… in Create()
123 …et::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, ui… in ValueObjectRegisterSet()
270 ValueObjectRegister::ValueObjectRegister (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,… in ValueObjectRegister()
283 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp,… in Create()
288 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP in ValueObjectRegister()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.h130 virtual lldb::RegisterContextSP
133 virtual lldb::RegisterContextSP
167 lldb::RegisterContextSP m_thread_reg_ctx_sp;
HDThreadElfCore.cpp63 RegisterContextSP
72 RegisterContextSP
75 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.cpp182 lldb::RegisterContextSP
190 lldb::RegisterContextSP
193 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
HDThreadGDBRemote.h44 virtual lldb::RegisterContextSP
47 virtual lldb::RegisterContextSP
/trueos/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
HDPOSIXThread.h56 virtual lldb::RegisterContextSP
59 virtual lldb::RegisterContextSP
HDPOSIXThread.cpp149 lldb::RegisterContextSP
217 lldb::RegisterContextSP
220 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
405 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in DisableHardwareWatchpoint()
415 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in NumSupportedHardwareWatchpoints()
/trueos/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h560 virtual lldb::RegisterContextSP
563 return lldb::RegisterContextSP(); in GetThreadContextAtIndex()
/trueos/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.h72 virtual lldb::RegisterContextSP

12