File:  [CSRG BSD Unix] / 41BSD / cmd / sdb / machine.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD41
BSD 4.1

/* "@(#)machine.h 4.1 10/9/80" */
/*
 *	UNIX/vax debugger
 */

/* unix parameters */
#define DBNAME "adb\n"
#define LPRMODE "%R"
#define OFFMODE "+%R"
#define TXTRNDSIZ PAGSIZ

TYPE	long TXTHDR[8];
TYPE	long SYMV;

#ifndef vax
struct {short hiword; short loword;}; /* stupid fp-11 */
#endif

/* symbol table in a.out file */
struct symtab {
	char	symc[8];
	char	symf;
	char	sympad[3];
	SYMV	symv;
};
#define SYMTABSIZ (sizeof (struct symtab))

#define SYMCHK 057
#define SYMTYPE(symflg) (symflg&41 ? DSYM : NSYM)

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.