Home
last modified time | relevance | path

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

123

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectRegister.h36 lldb::RegisterContextSP &reg_ctx_sp,
64 lldb::RegisterContextSP m_reg_ctx_sp;
73 lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
86 lldb::RegisterContextSP &reg_ctx_sp,
115 lldb::RegisterContextSP m_reg_ctx_sp;
126 ValueObjectRegister(ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,
130 lldb::RegisterContextSP &reg_ctx_sp, uint32_t reg_num);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Trace/common/
H A DThreadPostMortemTrace.h40 lldb::RegisterContextSP GetRegisterContext() override;
42 lldb::RegisterContextSP
52 lldb::RegisterContextSP m_thread_reg_ctx_sp;
H A DThreadPostMortemTrace.cpp22 RegisterContextSP ThreadPostMortemTrace::GetRegisterContext() { in GetRegisterContext()
29 RegisterContextSP
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DThreadMinidump.h30 lldb::RegisterContextSP GetRegisterContext() override;
32 lldb::RegisterContextSP
36 lldb::RegisterContextSP m_thread_reg_ctx_sp;
H A DThreadMinidump.cpp45 RegisterContextSP ThreadMinidump::GetRegisterContext() { in GetRegisterContext()
52 RegisterContextSP
54 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DStackFrame.h113 const lldb::RegisterContextSP &reg_context_sp, lldb::addr_t cfa,
119 const lldb::RegisterContextSP &reg_context_sp, lldb::addr_t cfa,
239 lldb::RegisterContextSP GetRegisterContext();
241 const lldb::RegisterContextSP &GetRegisterContextSP() const { in GetRegisterContextSP()
504 lldb::RegisterContextSP m_reg_context_sp;
H A DUnwind.h56 lldb::RegisterContextSP CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
73 virtual lldb::RegisterContextSP
H A DOperatingSystem.h52 virtual lldb::RegisterContextSP
H A DRegisterNumber.h52 lldb::RegisterContextSP m_reg_ctx_sp;
H A DThread.h449 virtual lldb::RegisterContextSP GetRegisterContext() = 0;
451 virtual lldb::RegisterContextSP
1249 lldb::RegisterContextSP m_reg_context_sp; ///< The register context for this
/freebsd-13.1/contrib/llvm-project/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 DHistoryUnwind.cpp40 lldb::RegisterContextSP
42 RegisterContextSP rctx; in DoCreateRegisterContextForFrame()
H A DHistoryThread.h41 lldb::RegisterContextSP GetRegisterContext() override;
43 lldb::RegisterContextSP
H A DThreadMemory.cpp48 RegisterContextSP ThreadMemory::GetRegisterContext() { in GetRegisterContext()
55 RegisterContextSP
H A DThreadMemory.h27 lldb::RegisterContextSP GetRegisterContext() override;
29 lldb::RegisterContextSP
H A DRegisterContextThreadMemory.h58 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
90 lldb::RegisterContextSP m_reg_ctx_sp;
H A DHistoryUnwind.h29 lldb::RegisterContextSP
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectRegister.cpp42 lldb::RegisterContextSP &reg_ctx_sp, in Create()
52 lldb::RegisterContextSP &reg_ctx, in ValueObjectRegisterSet()
170 lldb::RegisterContextSP &reg_ctx_sp, in ValueObjectRegister()
179 lldb::RegisterContextSP &reg_ctx_sp, in Create()
188 lldb::RegisterContextSP &reg_ctx, in ValueObjectRegister()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h143 lldb::RegisterContextSP GetRegisterContext() override;
145 lldb::RegisterContextSP
166 lldb::RegisterContextSP m_thread_reg_ctx_sp;
H A DThreadElfCore.cpp60 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
67 RegisterContextSP
69 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h54 lldb::RegisterContextSP GetRegisterContext() override;
56 lldb::RegisterContextSP
H A DThreadGDBRemote.cpp293 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext()
299 lldb::RegisterContextSP
301 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/UnwindAssembly/x86/
H A Dx86AssemblyInspectionEngine.h41 void Initialize(lldb::RegisterContextSP &reg_ctx);
87 lldb::RegisterContextSP &reg_ctx);
H A DUnwindAssembly-x86.cpp59 RegisterContextSP reg_ctx(thread.GetRegisterContext()); in GetNonCallSiteUnwindPlanFromAssembly()
160 RegisterContextSP reg_ctx(thread.GetRegisterContext()); in AugmentUnwindPlanFromCallSite()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h56 lldb::RegisterContextSP

123