HomeSort by relevance Sort by last modified time
    Searched refs:KDP_LOG_ALL (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
ProcessKDPLog.h 32 #define KDP_LOG_ALL (UINT32_MAX)
ProcessKDPLog.cpp 64 if (::strcasecmp (arg, "all") == 0 ) flag_bits &= ~KDP_LOG_ALL;
120 if (::strcasecmp (arg, "all") == 0 ) flag_bits |= KDP_LOG_ALL;

Completed in 35 milliseconds