xref: /original-bsd/old/dbx/READ_ME (revision e59fb703)
1This is a modified version of the 4.2BSD debugger dbx.  It is intended
2to be able to handle Modula-2, Pascal, C and Fortran.
3
4The source is written in C, with interface files (names ending in ".h")
5automatically generated from implementation files (names ending in ".c")
6so they (the ".h" files) should NOT be modified.
7
8The subdirectory "tests" contains some test cases for Modula-2, C, and Pascal.
9These tests should be run successfully before installing dbx.
10
11Makefile contains the relevant information for building, testing, and
12installing dbx.  Running "make" will build dbx, "make test" will test it, and
13"make install" will install it after first checking to make sure it has
14passed all the available tests.
15
16Please reports problems, comments, and suggestions to:
17
18	Mark Linton
19	Computer Systems Laboratory
20	Stanford University
21
22	ARPA:	linton@su-shasta
23	UUCP:	Shasta!linton or ucbvax!linton
24