minix/commands/mdb
2012-08-06 17:49:22 +02:00
..
core.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
decode.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
Dist mdb(1) fixes: 2009-12-29 21:38:26 +00:00
gnu_sym.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
io.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
ioctl.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
kernel.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
Makefile Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
mdb.1 import of mdb (minix debugger), some ptrace and signals unbreaking 2005-08-04 08:44:16 +00:00
mdb.c Replace MACHINE/CHIP macros with compiler macros 2012-08-06 17:49:22 +02:00
mdb.h Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
MDB.TXT import of mdb (minix debugger), some ptrace and signals unbreaking 2005-08-04 08:44:16 +00:00
mdbdis86.c Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
mdbexp.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
misc.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
proto.h retire _PROTOTYPE 2012-03-25 16:17:10 +02:00
README import of mdb (minix debugger), some ptrace and signals unbreaking 2005-08-04 08:44:16 +00:00
sample import of mdb (minix debugger), some ptrace and signals unbreaking 2005-08-04 08:44:16 +00:00
sym.c Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
syscalls.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
trace.c retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00

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