ReactOS 0.4.16-dev-937-g7afcd2a
|
Go to the source code of this file.
Macros | |
#define | pKdSendPacket KdSendPacket |
#define | pKdReceivePacket KdReceivePacket |
Functions | |
static VOID | KdbPrintStringWorker (_In_ const CSTRING *Output, _In_ ULONG ApiNumber, _Inout_ PDBGKD_DEBUG_IO DebugIo, _Inout_ PSTRING Header, _Inout_ PSTRING Data) |
VOID | KdbPrintString (_In_ const CSTRING *Output) |
static BOOLEAN | KdbPromptStringWorker (_In_ const CSTRING *PromptString, _Inout_ PSTRING ResponseString) |
USHORT | KdbPromptString (_In_ const CSTRING *PromptString, _Inout_ PSTRING ResponseString) |
VOID | KdbPutsN (_In_ PCCH String, _In_ USHORT Length) |
VOID | KdbPuts (_In_ PCSTR String) |
VOID __cdecl | KdbPrintf (_In_ PCSTR Format,...) |
SIZE_T | KdbPrompt (_In_ PCSTR Prompt, _Out_ PCHAR Buffer, _In_ SIZE_T Size) |
Variables | |
static KD_CONTEXT | KdbgKdContext |
#define pKdReceivePacket KdReceivePacket |
Definition at line 22 of file kdb_print.c.
#define pKdSendPacket KdSendPacket |
Definition at line 19 of file kdb_print.c.
Definition at line 160 of file kdb_print.c.
Referenced by KdbEnterDebuggerException(), KdbpCliMainLoop(), KdbpDeleteBreakPoint(), KdbpDisableBreakPoint(), KdbpDoCommand(), KdbpEnableBreakPoint(), KdbpInsertBreakPoint(), KdbpPagerInternal(), KdbpPrintAddressInCode(), KdbpShouldStepOverInstruction(), KdbSymPrintAddress(), KdReceivePacket(), and KdSendPacket().
Definition at line 64 of file kdb_print.c.
Referenced by KdbPutsN().
|
static |
Definition at line 25 of file kdb_print.c.
Referenced by KdbPrintString(), and KdbPromptStringWorker().
Definition at line 182 of file kdb_print.c.
Referenced by KdbpCliMainLoop().
Definition at line 125 of file kdb_print.c.
Referenced by KdbPrompt().
|
static |
Definition at line 75 of file kdb_print.c.
Referenced by KdbPromptString().
Definition at line 152 of file kdb_print.c.
Referenced by KdbEnterDebuggerException(), KdbpCliInterpretInitFile(), KdbpCliMainLoop(), KdbpDisableBreakPoint(), KdbpInsertBreakPoint(), KdbpPagerInternal(), and KdbpPrintDisasm().
|
static |
Definition at line 16 of file kdb_print.c.
Referenced by KdbPrintStringWorker(), and KdbPromptStringWorker().