Lines Matching refs:LLDB_LOG
50 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in Communication()
64 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~Communication()
79 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect()
91 LLDB_LOG(GetLog(LLDBLog::Communication), "{0} Communication::Disconnect ()", in Disconnect()
127 LLDB_LOG( in Read()
176 LLDB_LOG(GetLog(LLDBLog::Communication), in Write()
207 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread()
223 LLDB_LOG(GetLog(LLDBLog::Host), "failed to launch host thread: {}", in StartReadThread()
238 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread()
280 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache()
317 LLDB_LOG(log, "Communication({0}) thread starting...", this); in ReadThread()
346 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread()
362 LLDB_LOG(log, "error: {0}, status = {1}", error, in ReadThread()
368 LLDB_LOG(log, "Communication({0}) thread exiting...", this); in ReadThread()