|
|
1.1 root 1: #include <sys/vm.h>
2: #define PAGSIZ (NBPG*CLSIZE)
3: /*
4: * UNIX/vax debugger
5: */
6:
7: /* unix parameters */
8: #define DBNAME "adb\n"
9: #define LPRMODE "%R"
10: #define OFFMODE "+%R"
11: #define TXTRNDSIZ PAGSIZ
12:
13: TYPE long TXTHDR[8];
14: TYPE long SYMV;
15:
16: #ifndef vax
17: struct {short hiword; short loword;}; /* stupid fp-11 */
18: #endif
19:
20: /* symbol table in a.out file */
21: struct symtab {
22: char symc[8];
23: #ifndef EDDT
24: char symf;
25: char sympad[3];
26: #endif
27: SYMV symv;
28: };
29: #define SYMTABSIZ (sizeof (struct symtab))
30:
31: #define SYMCHK 057
32: #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.