minix/commands/mdb
Arun Thomas 1f9ce647cf Move archtypes.h, fpu.h, and stackframe.h
Move archtypes.h to include/ dir, since several servers require it. Move
fpu.h and stackframe.h to arch-specific header directory. Make source
files and makefiles aware of the new header locations.
2010-03-09 09:41:14 +00:00
..
build
core.c Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
decode.c - added 'datasizes' script that shows you the size allocated 2009-09-21 14:24:29 +00:00
Dist mdb(1) fixes: 2009-12-29 21:38:26 +00:00
gnu_sym.c mdb(1) fixes: 2009-12-29 21:38:26 +00:00
io.c
ioctl.c
kernel.c Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
Makefile mdb(1) fixes: 2009-12-29 21:38:26 +00:00
mdb.1
mdb.c Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
mdb.h Throw out obsolete Atari, Macintosh and Sun code to un-break packages; 2010-02-16 19:19:42 +00:00
MDB.TXT
mdbdis86.c
mdbexp.c
misc.c
proto.h
README
sample
sym.c mdb(1) fixes: 2009-12-29 21:38:26 +00:00
syscalls.c
trace.c

README for mdb version 2.6.0

Sept 9/96

Please note the following: 

1) Has been tested with Minix 1.7.4 (32-bit version).
   A previous version was tested with Minix 1.7.x (16 bit version).
   Some optional parts of mdb have not been extensively tested. 
   This is especially true on the code to trace system calls.
   See options in Makefile.

2) I know that the commands are somewhat cryptic; thus  
   there are currently two types of 'help' for mdb
   a) the "?" gives a help page. 
   b) typing "command ?" will give help on a specific command. 

3) The sample comand file and log output. 
   To test this, type something like the following 
   "mdb -llog.new /usr/bin/sleep @sample"
   The output "log.new' should be similar to the distributed "log" file;
   but not necessarily exactly the same.

4) Man pages need some more work.

5) See top part of mdb.c for version history.

Send comments to Philip Murton. Thanks. 

philip.murton@utoronto.ca