Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDCommunication.cpp91 lldb::ConnectionSP connection_sp (m_connection_sp); in Connect()
104 lldb::ConnectionSP connection_sp (m_connection_sp); in Disconnect()
126 lldb::ConnectionSP connection_sp (m_connection_sp); in IsConnected()
197 lldb::ConnectionSP connection_sp (m_connection_sp); in Read()
213 lldb::ConnectionSP connection_sp (m_connection_sp); in Write()
337 lldb::ConnectionSP connection_sp (m_connection_sp); in ReadFromConnection()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDCommunication.h366 …lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use by this communicati…
/NextBSD/contrib/llvm/tools/lldb/include/lldb/
HDlldb-forward.h311 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef