From: Tom London Date: Sat, 24 Feb 1979 11:35:28 +0000 (-0500) Subject: Bell 32V development X-Git-Tag: Bell-32V~143 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/51028eb0c2320d0085931fbbbab0bc7a5a9ca5dc Bell 32V development Work on file usr/src/cmd/sdb/message.c Co-Authored-By: John Reiser Synthesized-from: 32v --- diff --git a/usr/src/cmd/sdb/message.c b/usr/src/cmd/sdb/message.c new file mode 100644 index 0000000000..6b39d4205f --- /dev/null +++ b/usr/src/cmd/sdb/message.c @@ -0,0 +1,24 @@ +# +/* + * + * 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";