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

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_udp.c222 static boolean_t gKDPDebug = FALSE; variable
223 #define KDP_DEBUG(...) if (gKDPDebug) printf(__VA_ARGS__);

Completed in 45 milliseconds