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