Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp84 lldb::ConnectionSP connection_sp(m_connection_sp); in Connect()
98 lldb::ConnectionSP connection_sp(m_connection_sp); in Disconnect()
117 lldb::ConnectionSP connection_sp(m_connection_sp); in IsConnected()
175 lldb::ConnectionSP connection_sp(m_connection_sp); in Write()
295 lldb::ConnectionSP connection_sp(m_connection_sp); in ReadFromConnection()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h301 lldb::ConnectionSP m_connection_sp; ///< The connection that is current in use
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h305 typedef std::shared_ptr<lldb_private::Connection> ConnectionSP; typedef