|
|
1.1 ! root 1: /* ! 2: * ! 3: * UNIX debugger ! 4: * ! 5: */ ! 6: ! 7: #include "mac.h" ! 8: #include "mode.h" ! 9: ! 10: MSG BADMOD = "bad modifier"; ! 11: MSG BADCOM = "bad command"; ! 12: MSG BADSYM = "symbol not found"; ! 13: MSG BADLOC = "automatic variable not found"; ! 14: MSG NOCFN = "c routine not found"; ! 15: MSG NOMATCH = "cannot locate value"; ! 16: MSG NOBKPT = "no breakpoint set"; ! 17: MSG BADKET = "unexpected ')'"; ! 18: MSG NOADR = "address expected"; ! 19: MSG NOPCS = "no process"; ! 20: MSG BADVAR = "bad variable"; ! 21: MSG BADTXT = "text address not found"; ! 22: MSG BADDAT = "data address not found"; ! 23: MSG EXBKPT = "too many breakpoints"; ! 24: MSG ADWRAP = "address wrap around"; ! 25: MSG BADEQ = "unexpected `='"; ! 26: MSG BADWAIT = "wait error: process disappeared!"; ! 27: MSG ENDPCS = "process terminated"; ! 28: MSG NOFORK = "try again"; ! 29: MSG BADSYN = "syntax error"; ! 30: MSG NOEOR = "newline expected"; ! 31: MSG SZBKPT = "bkpt: command too long"; ! 32: MSG LONGFIL = "filename too long"; ! 33: MSG NOTOPEN = "cannot open"; ! 34: MSG ADDOOS = "address out of segment"; ! 35: MSG BADBR = "bad p0br or p2br in pcb"; ! 36: MSG BADPT = "bad page table entry"; ! 37: MSG BADPAGE = "page not valid/reclaimable";
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.