Searched refs:KDP_LOG_WATCHPOINTS (Results 1 – 2 of 2) sorted by relevance
77 else if (::strncasecmp (arg, "watch", 5) == 0 ) flag_bits &= ~KDP_LOG_WATCHPOINTS; in DisableLog()133 else if (::strncasecmp (arg, "watch", 5) == 0 ) flag_bits |= KDP_LOG_WATCHPOINTS; in EnableLog()
28 #define KDP_LOG_WATCHPOINTS (1u << 8) macro