Lines Matching refs:Connection
55 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
58 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
64 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
69 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
78 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
84 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor()
94 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe()
112 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe()
134 Log *log = GetLog(LLDBLog::Connection); in Connect()
191 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
252 Log *log = GetLog(LLDBLog::Connection); in Read()
360 Log *log = GetLog(LLDBLog::Connection); in Write()
448 Log *log = GetLog(LLDBLog::Connection); in BytesAvailable()
658 LLDB_LOG_ERROR(GetLog(LLDBLog::Connection), socket.takeError(), in ConnectUDP()