Rev | Line | |
---|
[9] | 1 | INFORMATION on mdb version 2.6.0 (Sept 9/96).
|
---|
| 2 |
|
---|
| 3 | MDB is the MINIX debugger which allows you to place breakpoints and
|
---|
| 4 | control the execution of a program. It has a lot of the features that
|
---|
| 5 | you would expect in a program debugger; for example, stack traces and
|
---|
| 6 | single step execution.
|
---|
| 7 |
|
---|
| 8 | The current version works with MINIX for PC and was developed and tested
|
---|
| 9 | under MINIX 1.7.x (32 bit version). It should work with 16 bit MINIX.
|
---|
| 10 |
|
---|
| 11 | How to Install
|
---|
| 12 |
|
---|
| 13 | 1) Unpack mdb.tar.Z and review additional information in the README file.
|
---|
| 14 | (If you got this from the Minix CD-ROM or an MS-DOS system rename
|
---|
| 15 | MDB.TAZ to mdb.tar.Z)
|
---|
| 16 | 2) Edit Makefile for Compiler and extra options as required.
|
---|
| 17 | 3) make
|
---|
| 18 | 4) make install
|
---|
| 19 | 5) make install_man
|
---|
| 20 |
|
---|
| 21 | Comments to:
|
---|
| 22 |
|
---|
| 23 | Philip Murton.
|
---|
| 24 | philip.murton@utoronto.ca
|
---|
| 25 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.