Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDValueObjectRegister.h65 lldb::RegisterContextSP m_reg_ctx_sp;
68 ValueObjectRegisterContext (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp);
79 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
119 lldb::RegisterContextSP m_reg_ctx_sp;
125 …ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uin…
137 … Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
176 lldb::RegisterContextSP m_reg_ctx_sp;
187 … ValueObjectRegister (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
188 …ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp, uint32…
/NextBSD/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
HDOperatingSystem.h75 virtual lldb::RegisterContextSP
HDThread.h517 virtual lldb::RegisterContextSP
520 virtual lldb::RegisterContextSP
1337 …lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this thread's current re…
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDHistoryThread.cpp60 lldb::RegisterContextSP
63 RegisterContextSP rctx ; in GetRegisterContext()
72 lldb::RegisterContextSP
HDThreadMemory.cpp72 RegisterContextSP
80 RegisterContextSP
83 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
HDHistoryUnwind.cpp48 lldb::RegisterContextSP
51 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()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObjectRegister.cpp32 ValueObjectRegisterContext::ValueObjectRegisterContext (ValueObject &parent, RegisterContextSP &reg… in ValueObjectRegisterContext()
123 ValueObjectRegisterSet::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_… in Create()
129 …et::ValueObjectRegisterSet (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx, ui… in ValueObjectRegisterSet()
276 ValueObjectRegister::ValueObjectRegister (ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,… in ValueObjectRegister()
289 ValueObjectRegister::Create (ExecutionContextScope *exe_scope, lldb::RegisterContextSP &reg_ctx_sp,… in Create()
294 ValueObjectRegister::ValueObjectRegister (ExecutionContextScope *exe_scope, lldb::RegisterContextSP in ValueObjectRegister()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
HDThreadElfCore.h131 virtual lldb::RegisterContextSP
134 virtual lldb::RegisterContextSP
168 lldb::RegisterContextSP m_thread_reg_ctx_sp;
HDThreadElfCore.cpp72 RegisterContextSP
81 RegisterContextSP
84 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
HDPOSIXThread.h53 lldb::RegisterContextSP
56 lldb::RegisterContextSP
HDPOSIXThread.cpp149 lldb::RegisterContextSP
244 lldb::RegisterContextSP
247 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
420 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in DisableHardwareWatchpoint()
430 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in NumSupportedHardwareWatchpoints()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
HDThreadGDBRemote.h55 lldb::RegisterContextSP
58 lldb::RegisterContextSP
HDThreadGDBRemote.cpp269 lldb::RegisterContextSP
277 lldb::RegisterContextSP
280 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Utility/
HDRegisterNumber.h62 lldb::RegisterContextSP m_reg_ctx_sp;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Symbol/
HDObjectFile.h605 virtual lldb::RegisterContextSP
608 return lldb::RegisterContextSP(); in GetThreadContextAtIndex()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.h77 virtual lldb::RegisterContextSP
HDOperatingSystemPython.cpp316 RegisterContextSP
319 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForThread()

12