|
|
Power 6/32 Unix version 1.2b
/* * * UNIX debugger * */ #include "mac.h" #include "mode.h" MSG BADMOD = "bad modifier"; MSG BADCOM = "bad command"; MSG BADSYM = "symbol not found"; MSG BADLOC = "automatic variable not found"; MSG NOCFN = "c routine not found"; MSG NOMATCH = "cannot locate value"; MSG NOBKPT = "no breakpoint set"; MSG BADKET = "unexpected ')'"; MSG NOADR = "address expected"; MSG NOPCS = "no process"; MSG BADVAR = "bad variable"; MSG BADTXT = "text address not found"; MSG BADDAT = "data address not found"; MSG EXBKPT = "too many breakpoints"; MSG ADWRAP = "address wrap around"; MSG BADEQ = "unexpected `='"; MSG BADWAIT = "wait error: process disappeared!"; MSG ENDPCS = "process terminated"; MSG NOFORK = "try again"; MSG BADSYN = "syntax error"; MSG NOEOR = "newline expected"; MSG SZBKPT = "bkpt: command too long"; MSG LONGFIL = "filename too long"; MSG NOTOPEN = "cannot open"; MSG ADDOOS = "address out of segment"; MSG BADBR = "bad p0br or p2br in pcb"; MSG BADPT = "bad page table entry"; 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.