History log of /reactos/ntoskrnl/kdbg/kdbg.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 0d0ffb7d 21-Mar-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[NTOS:KD:KDBG] Integration into KD framework (Part 2/3)

Add redirections for KdSave/KdRestore and KdD0Transition/KdD3Transition.

Both KDBG and KD(TERM) need those since they will become external
tr

[NTOS:KD:KDBG] Integration into KD framework (Part 2/3)

Add redirections for KdSave/KdRestore and KdD0Transition/KdD3Transition.

Both KDBG and KD(TERM) need those since they will become external
transport DLLs later.

show more ...


# 2046a17e 21-Mar-2023 Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>

[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

[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.)

show more ...