BSD 4_2 release
[unix-history] / usr / src / bin / adb / message.c
CommitLineData
a1dada70 1#ifndef lint
0f4556f1 2static char sccsid[] = "@(#)message.c 4.3 8/11/83";
a1dada70 3#endif
52ef7cc3
BJ
4/*
5 *
6 * UNIX debugger
7 *
8 */
9
10#include "mac.h"
52ef7cc3
BJ
11#include "mode.h"
12
0f4556f1 13MSG VERSION = "\nVERSION VM/VAX4.3 DATE 8/11/83\n";
52ef7cc3
BJ
14
15MSG BADMOD = "bad modifier";
16MSG BADCOM = "bad command";
17MSG BADSYM = "symbol not found";
18MSG BADLOC = "automatic variable not found";
19MSG NOCFN = "c routine not found";
20MSG NOMATCH = "cannot locate value";
21MSG NOBKPT = "no breakpoint set";
22MSG BADKET = "unexpected ')'";
23MSG NOADR = "address expected";
24MSG NOPCS = "no process";
25MSG BADVAR = "bad variable";
52ef7cc3
BJ
26MSG EXBKPT = "too many breakpoints";
27MSG A68BAD = "bad a68 frame";
28MSG A68LNK = "bad a68 link";
29MSG ADWRAP = "address wrap around";
30MSG BADEQ = "unexpected `='";
31MSG BADWAIT = "wait error: process disappeared!";
32MSG ENDPCS = "process terminated";
33MSG NOFORK = "try again";
34MSG BADSYN = "syntax error";
35MSG NOEOR = "newline expected";
36MSG SZBKPT = "bkpt: command too long";
37MSG BADFIL = "bad file format";
38MSG BADNAM = "not enough space for symbols";
39MSG LONGFIL = "filename too long";
40MSG NOTOPEN = "cannot open";
41MSG BADMAG = "bad core magic number";
42MSG TOODEEP = "$<< nesting too deep";