Home
last modified time | relevance | path

Searched refs:KDP_LOG_PACKETS (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.h23 #define KDP_LOG_PACKETS (1u << 3) macro
33 #define KDP_LOG_DEFAULT KDP_LOG_PACKETS
DProcessKDPLog.cpp69 else if (::strcasecmp (arg, "packets") == 0 ) flag_bits &= ~KDP_LOG_PACKETS; in DisableLog()
125 else if (::strcasecmp (arg, "packets") == 0 ) flag_bits |= KDP_LOG_PACKETS; in EnableLog()
DCommunicationKDP.cpp105 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS)); in SendRequestAndGetReply()
185 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS)); in SendRequestPacketNoLock()
234 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS | KDP_LOG_VERBOSE)); in WaitForPacketWithTimeoutMicroSecondsNoLock()
289 Log *log (ProcessKDPLog::GetLogIfAllCategoriesSet (KDP_LOG_PACKETS)); in CheckForPacket()