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