Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectRegister.h73 lldb::RegisterContextSP m_reg_ctx_sp;
77 lldb::RegisterContextSP &reg_ctx_sp);
89 lldb::RegisterContextSP &reg_ctx_sp,
117 lldb::RegisterContextSP m_reg_ctx_sp;
125 lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
138 lldb::RegisterContextSP &reg_ctx_sp,
167 lldb::RegisterContextSP m_reg_ctx_sp;
178 ValueObjectRegister(ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,
181 lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.h31 lldb::RegisterContextSP GetRegisterContext() override;
33 lldb::RegisterContextSP
37 lldb::RegisterContextSP m_thread_reg_ctx_sp;
H A DThreadMinidump.cpp44 RegisterContextSP ThreadMinidump::GetRegisterContext() { in GetRegisterContext()
51 RegisterContextSP
53 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DStackFrame.h118 const lldb::RegisterContextSP &reg_context_sp, lldb::addr_t cfa,
123 const lldb::RegisterContextSP &reg_context_sp, lldb::addr_t cfa,
238 lldb::RegisterContextSP GetRegisterContext();
240 const lldb::RegisterContextSP &GetRegisterContextSP() const { in GetRegisterContextSP()
563 lldb::RegisterContextSP m_reg_context_sp;
H A DUnwind.h58 lldb::RegisterContextSP CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
76 virtual lldb::RegisterContextSP
H A DRegisterNumber.h55 lldb::RegisterContextSP m_reg_ctx_sp;
H A DOperatingSystem.h65 virtual lldb::RegisterContextSP
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.cpp49 lldb::RegisterContextSP HistoryThread::GetRegisterContext() { in GetRegisterContext()
50 RegisterContextSP rctx; in GetRegisterContext()
58 lldb::RegisterContextSP
H A DThreadMemory.cpp46 RegisterContextSP ThreadMemory::GetRegisterContext() { in GetRegisterContext()
53 RegisterContextSP
55 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
H A DHistoryUnwind.cpp39 lldb::RegisterContextSP
41 RegisterContextSP rctx; in DoCreateRegisterContextForFrame()
H A DHistoryThread.h45 lldb::RegisterContextSP GetRegisterContext() override;
47 lldb::RegisterContextSP
H A DThreadMemory.h28 lldb::RegisterContextSP GetRegisterContext() override;
30 lldb::RegisterContextSP
H A DRegisterContextThreadMemory.h59 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
91 lldb::RegisterContextSP m_reg_ctx_sp;
H A DHistoryUnwind.h30 lldb::RegisterContextSP
H A DUnwindMacOSXFrameBackchain.h32 lldb::RegisterContextSP
H A DUnwindMacOSXFrameBackchain.cpp63 lldb::RegisterContextSP
65 lldb::RegisterContextSP reg_ctx_sp; in DoCreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectRegister.cpp41 ValueObject &parent, RegisterContextSP &reg_ctx) in ValueObjectRegisterContext()
108 lldb::RegisterContextSP &reg_ctx_sp, in Create()
114 lldb::RegisterContextSP &reg_ctx, in ValueObjectRegisterSet()
232 lldb::RegisterContextSP &reg_ctx_sp, in ValueObjectRegister()
241 lldb::RegisterContextSP &reg_ctx_sp, in Create()
247 lldb::RegisterContextSP &reg_ctx, in ValueObjectRegister()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h144 lldb::RegisterContextSP GetRegisterContext() override;
146 lldb::RegisterContextSP
169 lldb::RegisterContextSP m_thread_reg_ctx_sp;
H A DThreadElfCore.cpp62 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
69 RegisterContextSP
71 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DFreeBSDThread.h47 lldb::RegisterContextSP GetRegisterContext() override;
49 lldb::RegisterContextSP
H A DFreeBSDThread.cpp160 lldb::RegisterContextSP FreeBSDThread::GetRegisterContext() { in GetRegisterContext()
243 lldb::RegisterContextSP
245 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
418 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in DisableHardwareWatchpoint()
426 lldb::RegisterContextSP reg_ctx_sp = GetRegisterContext(); in NumSupportedHardwareWatchpoints()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h42 void Initialize(lldb::RegisterContextSP &reg_ctx);
88 lldb::RegisterContextSP &reg_ctx);
H A DUnwindAssembly-x86.cpp61 RegisterContextSP reg_ctx(thread.GetRegisterContext()); in GetNonCallSiteUnwindPlanFromAssembly()
163 RegisterContextSP reg_ctx(thread.GetRegisterContext()); in AugmentUnwindPlanFromCallSite()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h52 lldb::RegisterContextSP GetRegisterContext() override;
54 lldb::RegisterContextSP
H A DThreadGDBRemote.cpp288 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext()
294 lldb::RegisterContextSP
296 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()

123