Searched refs:ConnectionSP (Results 1 – 3 of 3) sorted by relevance
85 lldb::ConnectionSP connection_sp(m_connection_sp); in Connect()97 lldb::ConnectionSP connection_sp(m_connection_sp); in Disconnect()116 lldb::ConnectionSP connection_sp(m_connection_sp); in IsConnected()174 lldb::ConnectionSP connection_sp(m_connection_sp); in Write()284 lldb::ConnectionSP connection_sp(m_connection_sp); in ReadFromConnection()
337 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
335 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef