|
|
1.1 root 1: /*
2: * UNIX/vax debugger
3: */
4:
5: /* unix parameters */
6: #define DBNAME "adb\n"
7: #define LPRMODE "%R"
8: #define OFFMODE "+%R"
9: #define TXTRNDSIZ PAGSIZ
10:
11: TYPE long TXTHDR[8];
12: TYPE long SYMV;
13:
14: #ifndef vax
15: struct {short hiword; short loword;}; /* stupid fp-11 */
16: #endif
17:
18: /* symbol table in a.out file */
19: struct symtab {
20: char symc[8];
21: char symf;
22: char sympad[3];
23: SYMV symv;
24: };
25: #define SYMTABSIZ (sizeof (struct symtab))
26:
27: #define SYMCHK 057
28: #define SYMTYPE(symflg) (symflg&41 ? DSYM : NSYM)
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.