Searched refs:ConnectionSP (Results 1 – 3 of 3) sorted by relevance
82 lldb::ConnectionSP connection_sp(m_connection_sp); in Connect()96 lldb::ConnectionSP connection_sp(m_connection_sp); in Disconnect()115 lldb::ConnectionSP connection_sp(m_connection_sp); in IsConnected()173 lldb::ConnectionSP connection_sp(m_connection_sp); in Write()302 lldb::ConnectionSP connection_sp(m_connection_sp); in ReadFromConnection()
317 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
311 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef