Searched refs:m_thread_reg_ctx_sp (Results 1 – 9 of 9) sorted by relevance
38 : 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()
36 lldb::RegisterContextSP m_thread_reg_ctx_sp;
39 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()
43 lldb::RegisterContextSP m_thread_reg_ctx_sp;
48 : 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 …]
166 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
35 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()
59 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
51 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable