|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntoskrnl.h>#include <debug.h>
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
| #define | KD_PRINT_MAX_BYTES 512 |
Definition at line 63 of file kdprint.c.
Referenced by KdpPrint(), and KdpPrompt().
| KIRQL NTAPI KdpAcquireLock | ( | _In_ PKSPIN_LOCK | SpinLock | ) |
Definition at line 22 of file kdprint.c.
Referenced by KdLogDbgPrint().
| VOID NTAPI KdpCommandString | ( | IN PSTRING | NameString, |
| IN PSTRING | CommandString, | ||
| IN KPROCESSOR_MODE | PreviousMode, | ||
| IN PCONTEXT | ContextRecord, | ||
| IN PKTRAP_FRAME | TrapFrame, | ||
| IN PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 224 of file kdprint.c.
Referenced by KdpTrap().
Definition at line 528 of file kdprint.c.
| NTSTATUS NTAPI KdpPrint | ( | _In_ ULONG | ComponentId, |
| _In_ ULONG | Level, | ||
| _In_reads_bytes_(Length) PCHAR | String, | ||
| _In_ USHORT | Length, | ||
| _In_ KPROCESSOR_MODE | PreviousMode, | ||
| _In_ PKTRAP_FRAME | TrapFrame, | ||
| _In_ PKEXCEPTION_FRAME | ExceptionFrame, | ||
| _Out_ PBOOLEAN | Handled | ||
| ) |
Definition at line 445 of file kdprint.c.
Referenced by KdpPrintFromUser(), and KdpTrap().
|
static |
Definition at line 402 of file kdprint.c.
Referenced by KdpPrint().
Definition at line 109 of file kdprint.c.
Referenced by KdpDprintf(), and KdpPrint().
| USHORT NTAPI KdpPrompt | ( | _In_reads_bytes_(PromptLength) PCHAR | PromptString, |
| _In_ USHORT | PromptLength, | ||
| _Out_writes_bytes_(MaximumResponseLength) PCHAR | ResponseString, | ||
| _In_ USHORT | MaximumResponseLength, | ||
| _In_ KPROCESSOR_MODE | PreviousMode, | ||
| _In_ PKTRAP_FRAME | TrapFrame, | ||
| _In_ PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 304 of file kdprint.c.
Referenced by KdpTrap().
Definition at line 150 of file kdprint.c.
Referenced by KdpPrompt().
Definition at line 49 of file kdprint.c.
Referenced by KdLogDbgPrint().
| VOID NTAPI KdpSymbol | ( | IN PSTRING | DllPath, |
| IN PKD_SYMBOLS_INFO | SymbolInfo, | ||
| IN BOOLEAN | Unload, | ||
| IN KPROCESSOR_MODE | PreviousMode, | ||
| IN PCONTEXT | ContextRecord, | ||
| IN PKTRAP_FRAME | TrapFrame, | ||
| IN PKEXCEPTION_FRAME | ExceptionFrame | ||
| ) |
Definition at line 263 of file kdprint.c.
Referenced by KdpTrap().