Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DCommunication.cpp85 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()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DCommunication.h337 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h335 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef