Lines Matching refs:Connection
56 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
59 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
65 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
70 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
79 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
85 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor()
95 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe()
113 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe()
135 Log *log = GetLog(LLDBLog::Connection); in Connect()
192 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
250 Log *log = GetLog(LLDBLog::Connection); in Read()
358 Log *log = GetLog(LLDBLog::Connection); in Write()
446 Log *log = GetLog(LLDBLog::Connection); in BytesAvailable()
656 LLDB_LOG_ERROR(GetLog(LLDBLog::Connection), socket.takeError(), in ConnectUDP()