reactos/ntoskrnl/kd
Hermès Bélusca-Maïto 2046a17ef4
[NTOS:KD:KDBG] Integration into KD framework (Part 1/3)
Split KdSendPacket and KdReceivePacket into those that manipulate the
KDBG state proper (reside in kdbg/kdbg.c), and those that deal only with
debug input/output that will reside in a KDTERM "KD Terminal Driver" DLL.

Based on some previous preparatory work by Hervé Poussineau in PR #4600.
(Equivalents of commits 5162bf106 and partly e9bcf7275.)
2023-08-31 16:07:51 +02:00
..
arm [NTOS:KD:KDBG] Move some files to a better place. 2023-03-27 23:31:28 +02:00
i386 [NTOS:KD] Fix buffer overflow for the signon in KdPortInitializeEx. 2023-04-05 03:33:39 +02:00
kd.h [NTOS:KDBG] Isolate terminal and input-related routines from the rest of KDBG. (#5188) 2023-03-29 02:42:31 +02:00
kdio.c [NTOS:KD:KDBG] Integration into KD framework (Part 1/3) 2023-08-31 16:07:51 +02:00
kdmain.c [NTOS:KDBG] Isolate terminal and input-related routines from the rest of KDBG. (#5188) 2023-03-29 02:42:31 +02:00
kdprompt.c [NTOS:KD] Fix build, addendum to commit f3dd7133. 2023-03-29 03:36:24 +02:00
kdps2kbd.c [NTOS:KD] Update file headers. 2023-03-27 23:31:33 +02:00
kdserial.c [NTOS:KD:KDBG] Isolate the read-line (prompt) functionality in a separate file. 2023-03-28 16:14:40 +02:00
kdterminal.c Fix build, addendum to commit 35180b3a 2023-03-29 02:55:06 +02:00
kdterminal.h [NTOS:KDBG] Isolate terminal and input-related routines from the rest of KDBG. (#5188) 2023-03-29 02:42:31 +02:00