|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| BOOLEAN NTAPI | KeFreezeExecution (IN PKTRAP_FRAME TrapFrame, IN PKEXCEPTION_FRAME ExceptionFrame) |
| VOID NTAPI | KeThawExecution (IN BOOLEAN Enable) |
Variables | |
| KIRQL | KiOldIrql |
| ULONG | KiFreezeFlag |
| BOOLEAN NTAPI KeFreezeExecution | ( | IN PKTRAP_FRAME | TrapFrame, |
| IN PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 26 of file freeze.c.
Referenced by KdEnterDebugger().
Definition at line 65 of file freeze.c.
Referenced by KdExitDebugger().
| ULONG KiFreezeFlag |
Definition at line 20 of file freeze.c.
Referenced by KdEnterDebugger(), KeFreezeExecution(), and KeThawExecution().
| KIRQL KiOldIrql |
Definition at line 19 of file freeze.c.
Referenced by KeFreezeExecution(), and KeThawExecution().