Lines Matching full:communication
36 static constexpr llvm::StringLiteral class_name("lldb.communication");
41 : Communication(), Broadcaster(nullptr, name), m_read_thread_enabled(false),
44 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication),
59 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication),
67 Communication::Clear();
73 return Communication::Disconnect(error_ptr);
80 Log *log = GetLog(LLDBLog::Communication);
155 return Communication::Read(dst, dst_len, timeout, status, error_ptr);
167 LLDB_LOG(GetLog(LLDBLog::Communication),
200 LLDB_LOG(GetLog(LLDBLog::Communication),
242 LLDB_LOG(GetLog(LLDBLog::Communication),
266 Log *log = GetLog(LLDBLog::Communication);
268 LLDB_LOG(log, "Communication({0}) thread starting...", this);
320 LLDB_LOG(log, "Communication({0}) thread exiting...", this);
375 Communication::SetConnection(std::move(connection));