|
|
1.1 ! root 1: /* Copyright (c) 1982 Regents of the University of California */ ! 2: ! 3: /* static char sccsid[] = "@(#)bp.rep 1.2 1/18/82"; */ ! 4: ! 5: /* ! 6: * breakpoint representation ! 7: */ ! 8: ! 9: typedef struct bpinfo { ! 10: unsigned int bpid; ! 11: ADDRESS bpaddr; ! 12: BPTYPE bptype; ! 13: SYM *bpblock; ! 14: NODE *bpcond; ! 15: NODE *bpnode; ! 16: LINENO bpline; ! 17: struct bpinfo *bpnext; ! 18: } BPINFO; ! 19: ! 20: BPINFO *bphead; ! 21: BPINFO *newbp();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.