A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Art Yerkes 2b806f43c8 Re-enabled stabs reading in the kernel debugger.
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
2004-01-13 03:23:11 +00:00
freeldr Store hive root key name. 2004-01-09 19:44:45 +00:00
os2 Hope I fixed the broken issue. 2003-01-18 15:55:07 +00:00
posix Minor changes to make the posix module partially compile. 2003-12-21 20:11:46 +00:00
reactos Re-enabled stabs reading in the kernel debugger. 2004-01-13 03:23:11 +00:00
rosapps Build fixes for w32api. 2004-01-12 22:45:53 +00:00