Searched refs:LIBLLDB_LOG_COMMUNICATION (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Communication.cpp | 51 LIBLLDB_LOG_OBJECT | LIBLLDB_LOG_COMMUNICATION, in Communication() 66 LIBLLDB_LOG_OBJECT | LIBLLDB_LOG_COMMUNICATION, in ~Communication() 81 lldb_private::LogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION, in Connect() 94 lldb_private::LogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION, in Disconnect() 127 Log *log = GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION); in Read() 178 LIBLLDB_LOG_COMMUNICATION, in Write() 200 LIBLLDB_LOG_COMMUNICATION, "%p Communication::StartReadThread ()", this); in StartReadThread() 220 LIBLLDB_LOG_COMMUNICATION, "%p Communication::StopReadThread ()", this); in StopReadThread() 262 LIBLLDB_LOG_COMMUNICATION, in AppendBytesToCache() 299 Log *log(lldb_private::GetLogIfAllCategoriesSet(LIBLLDB_LOG_COMMUNICATION)); in ReadThread() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/ |
| H A D | Socket.cpp | 124 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION)); in TcpConnect() 320 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION)); in Read() 346 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION)); in Write()
|
| H A D | TCPSocket.cpp | 134 Log *log(lldb_private::GetLogIfAnyCategoriesSet(LIBLLDB_LOG_COMMUNICATION)); in Connect()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | Logging.h | 29 #define LIBLLDB_LOG_COMMUNICATION (1u << 12) macro
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Logging.cpp | 23 {{"comm"}, {"log communication activities"}, LIBLLDB_LOG_COMMUNICATION},
|