Searched refs:ConnectionSP (Results 1 – 3 of 3) sorted by relevance
47 lldb::ConnectionSP connection_sp(m_connection_sp); in Connect()59 lldb::ConnectionSP connection_sp(m_connection_sp); in Disconnect()78 lldb::ConnectionSP connection_sp(m_connection_sp); in IsConnected()100 lldb::ConnectionSP connection_sp(m_connection_sp); in Write()131 lldb::ConnectionSP connection_sp(m_connection_sp); in ReadFromConnection()
168 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
315 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef