Searched refs:GDBR_LOG_COMM (Results 1 – 2 of 2) sorted by relevance
77 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits &= ~GDBR_LOG_COMM; in DisableLog()134 else if (::strncasecmp (arg, "comm", 4) == 0 ) flag_bits |= GDBR_LOG_COMM; in EnableLog()
30 #define GDBR_LOG_COMM (1u << 10) macro