Searched refs:ConnectionSP (Results 1 – 3 of 3) sorted by relevance
84 lldb::ConnectionSP connection_sp(m_connection_sp); in Connect()98 lldb::ConnectionSP connection_sp(m_connection_sp); in Disconnect()117 lldb::ConnectionSP connection_sp(m_connection_sp); in IsConnected()175 lldb::ConnectionSP connection_sp(m_connection_sp); in Write()295 lldb::ConnectionSP connection_sp(m_connection_sp); in ReadFromConnection()
301 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
305 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef