mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
![]() - 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". |
||
---|---|---|
.. | ||
amd64 | ||
i386 | ||
kdb.c | ||
kdb.h | ||
kdb_cli.c | ||
kdb_expr.c | ||
kdb_keyboard.c | ||
kdb_serial.c | ||
kdb_symbols.c |