mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 08:44:22 +08:00
2b806f43c83624dcbbb1fa0ee49a0a008e3cc369
In ke/main.c, stabs for boot time drivers that were loaded with the kernel are linked and enabled before calling KdbInit, so that the user has them available. In ldr, drivers are now loaded with their symbols if available. This applies to userland dlls, too. I added DEL as well as backspace to the keys that cause the cursor to back up in kdb. The 'addr' command in kdb now prints a correct address (with symbol info if available). The kernel stack trace printer in exp.c now uses kdb to print addresses if it was enabled. svn path=/trunk/; revision=7598
Languages
C
86.6%
C++
10.6%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.8%