Searched refs:POSIX_LOG_WATCHPOINTS (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIXLog.h28 #define POSIX_LOG_WATCHPOINTS (1u << 8) macro
H A DProcessPOSIXLog.cpp68 else if (::strncasecmp (arg, "watch", 5) == 0 ) return POSIX_LOG_WATCHPOINTS;
H A DProcessPOSIX.cpp666 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_WATCHPOINTS));
733 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_WATCHPOINTS));

Completed in 108 milliseconds