Searched refs:GDBR_LOG_COMM (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemoteLog.h30 #define GDBR_LOG_COMM (1u << 10) macro
H A DProcessGDBRemoteLog.cpp77 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 632 milliseconds