Searched refs:KDP_LOG_BREAKPOINTS (Results 1 – 2 of 2) sorted by relevance
66 else if (::strncasecmp (arg, "break", 5) == 0 ) flag_bits &= ~KDP_LOG_BREAKPOINTS; in DisableLog()122 else if (::strncasecmp (arg, "break", 5) == 0 ) flag_bits |= KDP_LOG_BREAKPOINTS; in EnableLog()
27 #define KDP_LOG_BREAKPOINTS (1u << 7) macro