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