Searched refs:POSIX_LOG_PACKETS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h23 #define POSIX_LOG_PACKETS (1u << 3) macro
35 #define POSIX_LOG_DEFAULT POSIX_LOG_PACKETS
H A DProcessPOSIXLog.cpp58 else if (::strcasecmp (arg, "packets") == 0 ) return POSIX_LOG_PACKETS;

Completed in 211 milliseconds