Searched refs:m_thread_reg_ctx_sp (Results 1 – 7 of 7) 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;
51 if (m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()52 return m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()60 m_thread_reg_ctx_sp = in CreateRegisterContextForFrame()66 m_thread_reg_ctx_sp = std::make_shared<RegisterContextFreeBSDKernel_i386>( in CreateRegisterContextForFrame()70 m_thread_reg_ctx_sp = in CreateRegisterContextForFrame()79 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
46 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
54 : Thread(process, td.tid), m_thread_name(td.name), m_thread_reg_ctx_sp(), in ThreadElfCore()82 if (m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()83 return m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()187 m_thread_reg_ctx_sp = RegisterContextCorePOSIX_arm64::Create( in CreateRegisterContextForFrame()191 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_arm>( in CreateRegisterContextForFrame()196 m_thread_reg_ctx_sp = RegisterContextCorePOSIX_riscv64::Create( in CreateRegisterContextForFrame()201 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>( in CreateRegisterContextForFrame()206 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_mips64>( in CreateRegisterContextForFrame()211 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_powerpc>( in CreateRegisterContextForFrame()215 m_thread_reg_ctx_sp = std::make_shared<RegisterContextCorePOSIX_ppc64le>( in CreateRegisterContextForFrame()[all …]
167 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
51 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable