source: trunk/minix/commands/mdb/Dist@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 929 bytes
Line 
1Mdb (Minix debugger) Distribution
2=================================
3
4Version: 2.6.0
5Date: Sept 9/96
6Author: Philip Murton
7E-mail: philip.murton@utoronto.ca
8
9
10Files included:
11===============
12
13Dist This file
14Makefile Makefile
15MDB.TXT Cover file
16README README file
17a.out.h GNU a.out.h (copied to /usr/include/gnu)
18core.c core file functions
19decode.c Optional for syscalls support
20gnu_load.c Optional for GNU EXEC support
21io.c I/O done here
22ioctl.c Optional for syscalls support
23kernel.c kernel functions
24log Log from sample command file (See README)
25mdb.c main program
26mdb.h main header
27mdb.1 man page
28mdbdis86.c Disassembler
29mdbexp.c Expression parsing
30misc.c misc functions including help
31gnu_sym.c Optional for GNU EXEC support
32proto.h Prototypes
33ptrace.2 man page
34sample sample command file
35sym.c Symbolic names read from exec file
36syscalls.c Optional for syscalls support
37trace.c ptrace() called here
38
Note: See TracBrowser for help on using the repository browser.