[NTOS:KD] Use local print-like functions for output, instead of the kernel-internal...
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 27 Mar 2023 23:33:55 +0000 (01:33 +0200)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 28 Mar 2023 00:42:53 +0000 (02:42 +0200)
commit412037a2e286585f36db223ed6523d8035cca2d3
tree6a4b1be51114d2b0640591a01f72732769c6603c
parent5d1ae45b83642312c4624198d1baeaac914eb848
[NTOS:KD] Use local print-like functions for output, instead of the kernel-internal KdpDprintf.

Indeed, the latter won't be accessible once those KD IO functions
get moved out into a separate KDTERM.DLL.
ntoskrnl/kd/kd.h
ntoskrnl/kd/kdio.c
ntoskrnl/kdbg/kdb_cli.c