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

  /external/lldb/source/Plugins/Process/gdb-remote/
ProcessGDBRemoteLog.h 30 #define GDBR_LOG_COMM (1u << 10)
ProcessGDBRemoteLog.cpp 77 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits &= ~GDBR_LOG_COMM;
134 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits |= GDBR_LOG_COMM;

Completed in 45 milliseconds