reactos/ntoskrnl/kdbg
Hermès Bélusca-Maïto 9808d32f4a
[NTOS:KDBG] Use local KdbPrintf function for DPRINT1 instead of DbgPrint...
... that would otherwise cause a debugger re-entry.

Also use KdbPuts/Printf instead of KdpDprintf that won't be available
once KDBG is moved out of it.
2023-04-12 19:30:56 +02:00
..
amd64 [NTOS:KDBG] Nuke KdbEnter and KdbpCliModuleLoaded 2022-07-20 23:57:42 +02:00
i386 [NTOS:KDBG] Use local KdbPrintf function for DPRINT1 instead of DbgPrint... 2023-04-12 19:30:56 +02:00
debug.h [NTOS:KDBG] Use local KdbPrintf function for DPRINT1 instead of DbgPrint... 2023-04-12 19:30:56 +02:00
kdb.c [NTOS:KDBG] Correctly balance KeStackAttachProcess with KeUnstackDetachProcess, instead of KeDetachProcess. 2023-04-11 00:44:11 +02:00
kdb.h [NTOS:KDBG] Introduce local versions of KdpPrintString, KdpDprintf and KdpPromptString... 2023-04-12 19:30:54 +02:00
kdb_cli.c [NTOS:KDBG] Use local KdbPrintf function for DPRINT1 instead of DbgPrint... 2023-04-12 19:30:56 +02:00
kdb_cmdhist.c [NTOS:KDBG] Move command history management in a separate file. Simplify duplicated code in KdbpReadCommand. 2023-03-27 23:31:34 +02:00
kdb_expr.c [NTOS:KDBG] Use local KdbPrintf function for DPRINT1 instead of DbgPrint... 2023-04-12 19:30:56 +02:00
kdb_print.c [NTOS:KDBG] Introduce local versions of KdpPrintString, KdpDprintf and KdpPromptString... 2023-04-12 19:30:54 +02:00
kdb_symbols.c [NTOS:KDBG] Use local KdbPrintf function for DPRINT1 instead of DbgPrint... 2023-04-12 19:30:56 +02:00