Home
last modified time | relevance | path

Searched refs:KdpDebugMode (Results 1 – 5 of 5) sorted by relevance

/reactos/ntoskrnl/kd/
H A Dkdterminal.c60 (KdpDebugMode.Serial && !KdpDebugMode.Screen); in KdpInitTerminal()
63 KdpDebugMode.Serial && in KdpInitTerminal()
64 ((KdbDebugState & KD_DEBUG_KDSERIAL) || !KdpDebugMode.Screen); in KdpInitTerminal()
171 if (KdpDebugMode.Screen && !KdTermSerial) in KdpUpdateTerminalSize()
179 if (KdpDebugMode.Screen && !KdTermSerial) in KdpUpdateTerminalSize()
H A Dkdmain.c39 KdpDebugMode.Serial = TRUE; in KdpGetTerminalSettings()
64 KdpDebugMode.Screen = TRUE; in KdpGetDebugMode()
77 KdpDebugMode.Serial = TRUE; in KdpGetDebugMode()
88 KdpDebugMode.Serial = TRUE; in KdpGetDebugMode()
99 KdpDebugMode.File = TRUE; in KdpGetDebugMode()
155 if (KdpDebugMode.Value == 0) in KdDebuggerInitialize0()
156 KdpDebugMode.Serial = TRUE; in KdDebuggerInitialize0()
H A Dkdio.c46 KDP_DEBUG_MODE KdpDebugMode; variable
203 if (!KdpDebugMode.File) in KdpDebugLogInit()
223 KdpDebugMode.File = FALSE; in KdpDebugLogInit()
354 KdpDebugMode.File = FALSE; in KdpDebugLogInit()
396 if (!KdpDebugMode.Serial) in KdpSerialInit()
407 KdpDebugMode.Serial = FALSE; in KdpSerialInit()
519 if (!KdpDebugMode.Screen) in KdpScreenInit()
633 if (!KdpDebugMode.Value) in KdSendPacket()
H A Dkd.h120 extern KDP_DEBUG_MODE KdpDebugMode;
/reactos/ntoskrnl/kdbg/
H A Dkdb.c1175 if (KdpDebugMode.Screen) in KdbpInternalEnter()
1199 if (KdpDebugMode.Screen) in KdbpInternalEnter()