1 /*
2  * Copyright (c) 1986 Regents of the University of California.
3  * All rights reserved.  The Berkeley software License Agreement
4  * specifies the terms and conditions for redistribution.
5  *
6  *	@(#)kdb_message.c	7.4 (Berkeley) 05/03/90
7  */
8 
9 char	*kdbBADCOM	=  "bad command";
10 char	*kdbBADSYM	=  "symbol not found";
11 char	*kdbBADLOC	=  "automatic variable not found";
12 char	*kdbNOCFN	=  "c routine not found";
13 char	*kdbNOMATCH =  "cannot locate value";
14 char	*kdbBADKET	=  "unexpected ')'";
15 char	*kdbNOADR	=  "address expected";
16 char	*kdbBADVAR	=  "bad variable";
17 char	*kdbADWRAP	=  "address wrap around";
18 char	*kdbBADEQ	=  "unexpected `='";
19 char	*kdbBADSYN	=  "syntax error";
20 char	*kdbNOEOR	=  "newline expected";
21 char	*kdbNOBKPT	=  "no breakpoint set";
22 char	*kdbSZBKPT	=  "bkpt command too long";
23 char	*kdbEXBKPT	=  "too many breakpoints";
24 char	*kdbBADMOD	=  "bad modifier";
25 char	*kdbBADRAD =  "invalid radix";
26