kernel: new DEBUG_RACE option. try to provoke race conditions between processes.
[minix.git] / commands / mdb / Dist
blobc1cbd8b7882a187ff75a56021cdb3e212ffea288
1 Mdb (Minix debugger) Distribution
2 =================================
4 Version:        2.6.0
5 Date:           Sept 9/96
6 Author:         Philip Murton
7 E-mail:         philip.murton@utoronto.ca
10 Files included: 
11 ===============
13 Dist            This file
14 Makefile        Makefile 
15 MDB.TXT         Cover file
16 README          README file 
17 core.c          core file functions
18 decode.c        Optional for syscalls support
19 gnu_sym.c       Optional for GNU EXEC support
20 io.c            I/O done here
21 ioctl.c         Optional for syscalls support
22 kernel.c        kernel functions
23 log             Log from sample command file (See README)
24 mdb.c           main program
25 mdb.h           main header
26 mdb.1           man page
27 mdbdis86.c      Disassembler 
28 mdbexp.c        Expression parsing
29 misc.c          misc functions including help
30 proto.h         Prototypes 
31 sample          sample command file
32 sym.c           Symbolic names read from exec file
33 syscalls.c      Optional for syscalls support
34 trace.c         ptrace() called here