Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/POSIX/
DProcessPOSIXLog.h34 #define POSIX_LOG_ALL (UINT32_MAX) macro
DProcessPOSIXLog.cpp53 if (::strcasecmp (arg, "all") == 0 ) return POSIX_LOG_ALL; in GetFlagBits()
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.cpp221 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_ALL)); in DoReadMemory()
280 Log *log (ProcessPOSIXLog::GetLogIfAllCategoriesSet (POSIX_LOG_ALL)); in DoWriteMemory()