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

  /external/lldb/source/Plugins/Process/POSIX/
ProcessPOSIXLog.h 24 #define POSIX_LOG_MEMORY (1u << 4) // Log memory reads/writes calls
ProcessPOSIXLog.cpp 59 else if (::strcasecmp (arg, "memory") == 0 ) return POSIX_LOG_MEMORY;
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 224 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY))
283 if (log && ProcessPOSIXLog::AtTopNestLevel() && log->GetMask().Test(POSIX_LOG_MEMORY))
    [all...]

Completed in 80 milliseconds