ReactOS
0.4.15-dev-2091-gc14c9ca
|
#include <ntddk.h>
#include <winddk.h>
Go to the source code of this file.
Functions | |
NTKERNELAPI VOID | DbgBreakPoint () |
NTKERNELAPI VOID | DbgBreakPointWithStatus (ULONG Status) |
ULONG NTAPI | DebugService (ULONG Service, PVOID Argument1, PVOID Argument1, PVOID Argument3, PVOID Argument4) |
VOID NTAPI | DebugService2 (PVOID Arg1, PVOID Arg2, ULONG Service) |
NTKERNELAPI VOID DbgBreakPoint | ( | void | ) |
Definition at line 6 of file debug.c.
Referenced by RtlAssert().
NTKERNELAPI VOID DbgBreakPointWithStatus | ( | ULONG | Status | ) |
Definition at line 10 of file debug.c.
Referenced by vDbgPrintExWithPrefixInternal().
ULONG NTAPI DebugService | ( | ULONG | Service, |
PVOID | Argument1, | ||
PVOID | Argument1, | ||
PVOID | Argument3, | ||
PVOID | Argument4 | ||
) |
Definition at line 15 of file debug.c.
Referenced by DebugPrint(), and DebugPrompt().
Definition at line 39 of file debug.c.
Referenced by DbgCommandString(), DbgLoadImageSymbols(), and DbgUnLoadImageSymbols().