Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.h28 #define POSIX_LOG_WATCHPOINTS (1u << 8) macro
DProcessPOSIXLog.cpp68 else if (::strncasecmp (arg, "watch", 5) == 0 ) return POSIX_LOG_WATCHPOINTS; in GetFlagBits()
DProcessPOSIX.cpp672 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_WATCHPOINTS)); in EnableWatchpoint()
739 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet(POSIX_LOG_WATCHPOINTS)); in DisableWatchpoint()