Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
DCommunication.cpp84 lldb::ConnectionSP connection_sp(m_connection_sp); in Connect() local
85 if (connection_sp) in Connect()
86 return connection_sp->Connect(url, error_ptr); in Connect()
98 lldb::ConnectionSP connection_sp(m_connection_sp); in Disconnect() local
99 if (connection_sp) { in Disconnect()
100 ConnectionStatus status = connection_sp->Disconnect(error_ptr); in Disconnect()
117 lldb::ConnectionSP connection_sp(m_connection_sp); in IsConnected() local
118 return (connection_sp ? connection_sp->IsConnected() : false); in IsConnected()
175 lldb::ConnectionSP connection_sp(m_connection_sp); in Write() local
181 this, src, (uint64_t)src_len, connection_sp.get()); in Write()
[all …]