mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
271b985981
- Remove KdbInit() macro and directly use KdbpCliInit() (since the place where it was used was already within an #ifdef KDBG block). - Declare KdpKdbgInit() only when KDBG is defined, move its definition into kdio.c and remove the legacy wrappers/kdbg.c file. And in KdbInitialize(), set KdpInitRoutine directly to the former, instead of using the KdpKdbgInit indirection. - Don't reset KdComPortInUse in KdpDebugLogInit(). - Minor refactorings: KdpSerialDebugPrint -> KdpSerialPrint and make it static; argument name "Message" -> "String", "StringLength" -> "Length". |
||
---|---|---|
.. | ||
arm | ||
i386 | ||
kdio.c | ||
kdmain.c |