Home
last modified time | relevance | path

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

123

/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DValueObjectRegister.h37 lldb::RegisterContextSP &reg_ctx_sp,
65 lldb::RegisterContextSP m_reg_ctx_sp;
74 lldb::RegisterContextSP &reg_ctx_sp, uint32_t set_idx);
87 lldb::RegisterContextSP &reg_ctx_sp,
116 lldb::RegisterContextSP m_reg_ctx_sp;
127 ValueObjectRegister(ValueObject &parent, lldb::RegisterContextSP &reg_ctx_sp,
131 lldb::RegisterContextSP &reg_ctx_sp,
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/minidump/
DThreadMinidump.h30 lldb::RegisterContextSP GetRegisterContext() override;
32 lldb::RegisterContextSP
36 lldb::RegisterContextSP m_thread_reg_ctx_sp;
DThreadMinidump.cpp45 RegisterContextSP ThreadMinidump::GetRegisterContext() { in GetRegisterContext()
52 RegisterContextSP
54 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DTargetThreadWindows.h33 lldb::RegisterContextSP GetRegisterContext() override;
34 lldb::RegisterContextSP
43 lldb::RegisterContextSP m_thread_reg_ctx_sp;
DTargetThreadWindows.cpp53 RegisterContextSP TargetThreadWindows::GetRegisterContext() { in GetRegisterContext()
60 RegisterContextSP
62 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp63 lldb::RegisterContextSP ThreadMachCore::GetRegisterContext() { in GetRegisterContext()
69 lldb::RegisterContextSP
71 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
111 RegisterContextSP reg_ctx_sp = GetRegisterContext(); in CalculateStopInfo()
DThreadMachCore.h28 lldb::RegisterContextSP GetRegisterContext() override;
30 lldb::RegisterContextSP
59 lldb::RegisterContextSP m_thread_reg_ctx_sp;
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
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()
509 lldb::RegisterContextSP m_reg_context_sp;
DUnwind.h56 lldb::RegisterContextSP CreateRegisterContextForFrame(StackFrame *frame) { in CreateRegisterContextForFrame()
73 virtual lldb::RegisterContextSP
DOperatingSystem.h52 virtual lldb::RegisterContextSP
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.cpp70 lldb::RegisterContextSP reg_ctx_sp(GetRegisterContext()); in RefreshStateAfterStop()
80 lldb::RegisterContextSP ThreadKDP::GetRegisterContext() { in GetRegisterContext()
86 lldb::RegisterContextSP
88 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
DThreadKDP.h31 lldb::RegisterContextSP GetRegisterContext() override;
33 lldb::RegisterContextSP
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DHistoryThread.cpp50 lldb::RegisterContextSP HistoryThread::GetRegisterContext() { in GetRegisterContext()
51 RegisterContextSP rctx; in GetRegisterContext()
59 lldb::RegisterContextSP
DHistoryUnwind.cpp40 lldb::RegisterContextSP
42 RegisterContextSP rctx; in DoCreateRegisterContextForFrame()
DHistoryThread.h41 lldb::RegisterContextSP GetRegisterContext() override;
43 lldb::RegisterContextSP
DThreadMemory.cpp49 RegisterContextSP ThreadMemory::GetRegisterContext() { in GetRegisterContext()
56 RegisterContextSP
DThreadMemory.h27 lldb::RegisterContextSP GetRegisterContext() override;
29 lldb::RegisterContextSP
DRegisterContextThreadMemory.h58 bool CopyFromRegisterContext(lldb::RegisterContextSP context);
90 lldb::RegisterContextSP m_reg_ctx_sp;
DHistoryUnwind.h29 lldb::RegisterContextSP
/openbsd/src/gnu/llvm/lldb/source/Core/
DValueObjectRegister.cpp44 lldb::RegisterContextSP &reg_ctx_sp, in Create()
54 lldb::RegisterContextSP &reg_ctx, in ValueObjectRegisterSet()
171 lldb::RegisterContextSP &reg_ctx_sp, in ValueObjectRegister()
180 lldb::RegisterContextSP &reg_ctx_sp, in Create()
189 lldb::RegisterContextSP &reg_ctx, in ValueObjectRegister()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h143 lldb::RegisterContextSP GetRegisterContext() override;
145 lldb::RegisterContextSP
166 lldb::RegisterContextSP m_thread_reg_ctx_sp;
DThreadElfCore.cpp57 RegisterContextSP ThreadElfCore::GetRegisterContext() { in GetRegisterContext()
64 RegisterContextSP
66 RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h54 lldb::RegisterContextSP GetRegisterContext() override;
56 lldb::RegisterContextSP
DThreadGDBRemote.cpp293 lldb::RegisterContextSP ThreadGDBRemote::GetRegisterContext() { in GetRegisterContext()
299 lldb::RegisterContextSP
301 lldb::RegisterContextSP reg_ctx_sp; in CreateRegisterContextForFrame()
/openbsd/src/gnu/llvm/lldb/source/Plugins/UnwindAssembly/x86/
Dx86AssemblyInspectionEngine.h41 void Initialize(lldb::RegisterContextSP &reg_ctx);
87 lldb::RegisterContextSP &reg_ctx);

123