mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
- KdbSymInit() in kdb_symbols.c only initializes symbols implementation support. - The rest of KdbInitialize gets moved into kdb_cli.c and initializes the KDBG debugger itself. - Move KdbDebugPrint to kdb_cli.c as well.