Annotation of 3BSD/cmd/sdb/message.c, revision 1.1.1.1

1.1       root        1: #
                      2: /*
                      3:  *
                      4:  *     UNIX debugger
                      5:  *
                      6:  */
                      7: 
                      8: 
                      9: 
                     10: #include       "mac.h"
                     11: #include       "mode.h"
                     12: 
                     13: 
                     14: MSG            BADMOD  =  "bad modifier";
                     15: MSG            NOBKPT  =  "no breakpoint set";
                     16: MSG            NOPCS   =  "no process";
                     17: MSG            BADTXT  =  "text address not found";
                     18: MSG            BADDAT  =  "data address not found";
                     19: MSG            EXBKPT  =  "too many breakpoints";
                     20: MSG            BADWAIT =  "wait error: process disappeared!";
                     21: MSG            ENDPCS  =  "process terminated";
                     22: MSG            NOFORK  =  "try again";
                     23: MSG            SZBKPT  =  "bkpt: command too long";
                     24: MSG            BADMAG  =  "bad core magic number";

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.