reactos/ntoskrnl/kdbg
Hermès Bélusca-Maïto 430d7ebb93
[NTOS:KDBG] Use KdbpSendCommandSerial() to send specific ANSI escape sequences.
Use this function instead of KdpDprintf(), otherwise, we send them to
**ALL** the display providers, including for example dmesg. Replaying
the listing with dmesg would then cause the terminal to misbehave later.
For example, it would send the answer of a "Query Device Attributes"
command, as the response to a query for terminal size...
2023-03-28 16:14:39 +02:00
..
amd64 [NTOS:KDBG] Nuke KdbEnter and KdbpCliModuleLoaded 2022-07-20 23:57:42 +02:00
i386 [NTOS:KD:KDBG] Move some files to a better place. 2023-03-27 23:31:28 +02:00
kdb.c [NTOS:KDBG] Remove dead code. Addendum to baa47fa5e and fe777bb52. 2023-03-12 02:16:58 +01:00
kdb.h [NTOS:KDBG] Use KdbpSendCommandSerial() to send specific ANSI escape sequences. 2023-03-28 16:14:39 +02:00
kdb_cli.c [NTOS:KDBG] Use KdbpSendCommandSerial() to send specific ANSI escape sequences. 2023-03-28 16:14:39 +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 [KDBG] Fix x64 KDBG 2022-07-20 23:57:42 +02:00
kdb_symbols.c [NTOS:KDBG] Temporarily HACK-work-around symbols loading by disabling them at BootPhase 0. 2023-03-20 03:10:14 +01:00