Home
last modified time | relevance | path

Searched refs:m_thread_reg_ctx_sp (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/minidump/
DThreadMinidump.cpp38 : Thread(process, td.ThreadId), m_thread_reg_ctx_sp(), in ThreadMinidump()
61 if (m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()
62 return m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
76 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>( in CreateRegisterContextForFrame()
86 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_x86_64>( in CreateRegisterContextForFrame()
94 m_thread_reg_ctx_sp = in CreateRegisterContextForFrame()
102 m_thread_reg_ctx_sp = in CreateRegisterContextForFrame()
110 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
DThreadMinidump.h36 lldb::RegisterContextSP m_thread_reg_ctx_sp;
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DTargetThreadWindows.cpp39 m_thread_reg_ctx_sp(), m_host_thread(thread) {} in TargetThreadWindows()
70 if (!m_thread_reg_ctx_sp) { in CreateRegisterContextForFrame()
76 m_thread_reg_ctx_sp.reset( in CreateRegisterContextForFrame()
85 m_thread_reg_ctx_sp.reset( in CreateRegisterContextForFrame()
94 m_thread_reg_ctx_sp.reset( in CreateRegisterContextForFrame()
103 m_thread_reg_ctx_sp.reset( in CreateRegisterContextForFrame()
114 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
DTargetThreadWindows.h43 lldb::RegisterContextSP m_thread_reg_ctx_sp;
/external/llvm-project/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.cpp48 : Thread(process, td.tid), m_thread_name(td.name), m_thread_reg_ctx_sp(), in ThreadElfCore()
74 if (m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()
75 return m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
180 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm64>( in CreateRegisterContextForFrame()
185 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm>( in CreateRegisterContextForFrame()
191 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>( in CreateRegisterContextForFrame()
196 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>( in CreateRegisterContextForFrame()
201 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_powerpc>( in CreateRegisterContextForFrame()
205 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_ppc64le>( in CreateRegisterContextForFrame()
209 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_s390x>( in CreateRegisterContextForFrame()
[all …]
DThreadElfCore.h166 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
/external/llvm-project/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.cpp35 m_thread_dispatch_qaddr(LLDB_INVALID_ADDRESS), m_thread_reg_ctx_sp() {} in ThreadMachCore()
75 if (!m_thread_reg_ctx_sp) { in CreateRegisterContextForFrame()
81 m_thread_reg_ctx_sp = in CreateRegisterContextForFrame()
84 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
DThreadMachCore.h59 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
/external/llvm-project/lldb/include/lldb/Target/
DThreadTrace.h51 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable