|
|
1.1 root 1: /*
2: * Copyright (c) 1982 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)bp.rep 5.1 (Berkeley) 6/7/85
7: */
8:
9: /*
10: * breakpoint representation
11: */
12:
13: typedef struct bpinfo {
14: unsigned int bpid;
15: ADDRESS bpaddr;
16: BPTYPE bptype;
17: SYM *bpblock;
18: NODE *bpcond;
19: NODE *bpnode;
20: LINENO bpline;
21: struct bpinfo *bpnext;
22: } BPINFO;
23:
24: BPINFO *bphead;
25: BPINFO *newbp();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.