Lines Matching refs:Communication
41 : Communication(), Broadcaster(nullptr, name), m_read_thread_enabled(false), in ThreadedCommunication()
44 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ThreadedCommunication()
59 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~ThreadedCommunication()
67 Communication::Clear(); in Clear()
73 return Communication::Disconnect(error_ptr); in Disconnect()
80 Log *log = GetLog(LLDBLog::Communication); in Read()
155 return Communication::Read(dst, dst_len, timeout, status, error_ptr); in Read()
167 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread()
200 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread()
242 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache()
266 Log *log = GetLog(LLDBLog::Communication); in ReadThread()
375 Communication::SetConnection(std::move(connection)); in SetConnection()