3BSD/usr/src/cmd/sdb/message.c

Compare this file to the similar file:
Show the results in this format:

#
/*
 *
 *	UNIX debugger
 *
 */



#include	"mac.h"
#include	"mode.h"


MSG		BADMOD	=  "bad modifier";
MSG		NOBKPT	=  "no breakpoint set";
MSG		NOPCS	=  "no process";
MSG		BADTXT	=  "text address not found";
MSG		BADDAT	=  "data address not found";
MSG		EXBKPT	=  "too many breakpoints";
MSG		BADWAIT	=  "wait error: process disappeared!";
MSG		ENDPCS	=  "process terminated";
MSG		NOFORK	=  "try again";
MSG		SZBKPT	=  "bkpt: command too long";
MSG		BADMAG	=  "bad core magic number";