Searched refs:m_thread_reg_ctx_sp (Results 1 – 4 of 4) sorted by relevance
32 m_thread_reg_ctx_sp (), in ThreadElfCore()80 if (m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()81 return m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()91 …m_thread_reg_ctx_sp.reset(new RegisterContextCoreFreeBSD_x86_64 (*this, m_gpregset_data, m_fpregse… in CreateRegisterContextForFrame()94 …m_thread_reg_ctx_sp.reset(new RegisterContextCoreLinux_x86_64 (*this, m_gpregset_data, m_fpregset_… in CreateRegisterContextForFrame()110 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
163 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable
44 m_thread_reg_ctx_sp () in ThreadMachCore()101 if (!m_thread_reg_ctx_sp) in CreateRegisterContextForFrame()107 m_thread_reg_ctx_sp = core_objfile->GetThreadContextAtIndex (GetID(), *this); in CreateRegisterContextForFrame()109 reg_ctx_sp = m_thread_reg_ctx_sp; in CreateRegisterContextForFrame()
80 lldb::RegisterContextSP m_thread_reg_ctx_sp; variable