Bell 32V development
authorTom London <tbl@research.uucp>
Sat, 24 Feb 1979 11:35:28 +0000 (06:35 -0500)
committerTom London <tbl@research.uucp>
Sat, 24 Feb 1979 11:35:28 +0000 (06:35 -0500)
Work on file usr/src/cmd/sdb/message.c

Co-Authored-By: John Reiser <jfr@research.uucp>
Synthesized-from: 32v

usr/src/cmd/sdb/message.c [new file with mode: 0644]

diff --git a/usr/src/cmd/sdb/message.c b/usr/src/cmd/sdb/message.c
new file mode 100644 (file)
index 0000000..6b39d42
--- /dev/null
@@ -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";