#include "kdp.h"Go to the source code of this file.
Functions | |
| VOID | KdpPortLock (VOID) |
| VOID | KdpPortUnlock (VOID) |
| BOOLEAN | KdPollBreakIn (VOID) |
| BOOLEAN | KdpPollBreakInWithPortLock (VOID) |
|
|
Definition at line 93 of file 4/kdlock.c. References CP_GET_SUCCESS, FALSE, HIGH_LEVEL, KdDebuggerEnabled, KdpControlCPending, KdpControlCPressed, KdpDebuggerLock, KdPortPollByte(), KdpPortUnlock(), KeLowerIrql(), KeRaiseIrql(), KiDisableInterrupts(), KiRestoreInterrupts(), KiTryToAcquireSpinLock(), Status, and TRUE. Referenced by KiInitializeKernel().
|
|
|
Definition at line 165 of file 4/kdlock.c. References CP_GET_SUCCESS, FALSE, KdDebuggerEnabled, KdpControlCPending, KdPortPollByte(), Status, and TRUE. Referenced by KdpPrintString().
|
|
|
Definition at line 26 of file 4/kdlock.c. References KdpDebuggerLock. Referenced by KdDisableDebugger(), and KdEnableDebugger().
|
|
|
Definition at line 60 of file 4/kdlock.c. References KdpDebuggerLock. Referenced by KdDisableDebugger(), KdEnableDebugger(), KdExitDebugger(), and KdPollBreakIn().
|
1.3.7