Home
last modified time | relevance | path

Searched refs:KDP_LOG_COMM (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DProcessKDPLog.cpp67 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits &= ~KDP_LOG_COMM; in DisableLog()
123 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits |= KDP_LOG_COMM; in EnableLog()
DProcessKDPLog.h30 #define KDP_LOG_COMM (1u << 10) macro