mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 02:54:18 +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.