|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <kd.h>
Public Attributes | |
| union { | |
| struct { | |
| UCHAR Screen:1 | |
| UCHAR Serial:1 | |
| UCHAR File:1 | |
| } | |
| ULONG Value | |
| }; | |
| union { ... } _KDP_DEBUG_MODE::@1946 |
| UCHAR _KDP_DEBUG_MODE::File |
Definition at line 106 of file kd.h.
Referenced by KdpDebugLogInit(), and KdpGetDebugMode().
| UCHAR _KDP_DEBUG_MODE::Screen |
Definition at line 104 of file kd.h.
Referenced by KdbpInternalEnter(), KdpGetDebugMode(), KdpInitTerminal(), KdpScreenInit(), and KdpUpdateTerminalSize().
| UCHAR _KDP_DEBUG_MODE::Serial |
Definition at line 105 of file kd.h.
Referenced by KdDebuggerInitialize0(), KdpGetDebugMode(), KdpGetTerminalSettings(), KdpInitTerminal(), and KdpSerialInit().
| ULONG _KDP_DEBUG_MODE::Value |
Definition at line 110 of file kd.h.
Referenced by KdDebuggerInitialize0(), and KdSendPacket().