Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp82 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()
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DCommunication.h317 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h311 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef