|
|
1.1 ! root 1: # ! 2: /* ! 3: * ! 4: * UNIX debugger ! 5: * ! 6: */ ! 7: ! 8: #include "mac.h" ! 9: #include "mode.h" ! 10: ! 11: MSG BADMOD = "bad modifier"; ! 12: MSG BADCOM = "bad command"; ! 13: MSG BADSYM = "symbol not found"; ! 14: MSG NOCFN = "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 EXBKPT = "too many breakpoints"; ! 22: MSG ADWRAP = "address wrap around"; ! 23: MSG BADEQ = "unexpected `='"; ! 24: MSG BADWAIT = "process disappeared"; ! 25: MSG ENDPCS = "process terminated"; ! 26: MSG NOFORK = "try again"; ! 27: MSG BADSYN = "syntax error"; ! 28: MSG NOEOR = "newline expected"; ! 29: MSG SZBKPT = "bkpt: command too long"; ! 30: MSG LONGFIL = "filename too long"; ! 31: MSG NOTOPEN = "cannot open"; ! 32: MSG TOODEEP = "$<< nesting too deep";
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.