|
|
1.1 root 1: #
2: /*
3: *
4: * UNIX debugger
5: *
6: */
7:
8:
9:
10: #include "mac.h"
11: SCCSID(@(#)message.c 2.2);
12: #include "mode.h"
13:
14: MSG VERSION = "\nVERSION vax2.1 DATE 780917\n";
15:
16: MSG BADMOD = "bad modifier";
17: MSG BADCOM = "bad command";
18: MSG BADSYM = "symbol not found";
19: MSG BADLOC = "automatic variable not found";
20: MSG NOCFN = "c routine not found";
21: MSG NOMATCH = "cannot locate value";
22: MSG NOBKPT = "no breakpoint set";
23: MSG BADKET = "unexpected ')'";
24: MSG NOADR = "address expected";
25: MSG NOPCS = "no process";
26: MSG BADVAR = "bad variable";
27: MSG BADTXT = "text address not found";
28: MSG BADDAT = "data address not found";
29: MSG ODDADR = "odd address";
30: MSG EXBKPT = "too many breakpoints";
31: MSG A68BAD = "bad a68 frame";
32: MSG A68LNK = "bad a68 link";
33: MSG ADWRAP = "address wrap around";
34: MSG BADEQ = "unexpected `='";
35: MSG BADWAIT = "wait error: process disappeared!";
36: MSG ENDPCS = "process terminated";
37: MSG NOFORK = "try again";
38: MSG BADSYN = "syntax error";
39: MSG NOEOR = "newline expected";
40: MSG SZBKPT = "bkpt: command too long";
41: MSG BADFIL = "bad file format";
42: MSG BADNAM = "not enough space for symbols";
43: MSG LONGFIL = "filename too long";
44: MSG NOTOPEN = "cannot open";
45: MSG BADMAG = "bad core magic number";
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.