Home
last modified time | relevance | path

Searched refs:ConnectionSP (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Core/
DCommunication.cpp88 lldb::ConnectionSP connection_sp (m_connection_sp); in Connect()
101 lldb::ConnectionSP connection_sp (m_connection_sp); in Disconnect()
123 lldb::ConnectionSP connection_sp (m_connection_sp); in IsConnected()
193 lldb::ConnectionSP connection_sp (m_connection_sp); in Read()
209 lldb::ConnectionSP connection_sp (m_connection_sp); in Write()
324 lldb::ConnectionSP connection_sp (m_connection_sp); in ReadFromConnection()
/external/lldb/include/lldb/Core/
DCommunication.h350 …lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use by this communicati…
/external/lldb/include/lldb/
Dlldb-forward.h277 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef