A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Art Yerkes 0ce3d6f67c Added "addr" "x" and "tlist" commands to kdbg.
addr  -- Displays address info from kdb_stabs.
x     -- Dumps memory.
tlist -- List threads.  Helps with bt, because normally, you don't know
         what the thread ids are or the stack addresses.
kdb_stabs.c: Fixed bug: length of module vs length of name.
kdb_serial.c: Added /KDSERIAL option allowing the user to type commands
              to the serial port.

svn path=/trunk/; revision=7188
2003-12-23 05:04:59 +00:00
freeldr Don't stop after hardware detection. 2003-12-20 16:00:20 +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 Added "addr" "x" and "tlist" commands to kdbg. 2003-12-23 05:04:59 +00:00
rosapps Added simple unix style process killer. 2003-12-14 18:31:32 +00:00