Home
last modified time | relevance | path

Searched refs:addbp (Results 1 – 6 of 6) sorted by relevance

/original-bsd/usr.bin/pascal/pdx/tree/
H A Dtracestop.c115 addbp(codeloc(s), ALL_ON, s, cond, NIL, line);
156 addbp(addr, INST, NIL, cond, NIL, line);
185 addbp(addr, AT_BP, NIL, cond, exp, line);
224 addbp(codeloc(t), BLOCK_ON, t, cond, exp->left, 0);
226 addbp(codeloc(s), CALL, s, cond, NIL, 0);
231 addbp(codeloc(t), TERM_ON, t, cond, exp, 0);
235 addbp(return_addr(), TERM_OFF, t, cond, exp, 0);
263 addbp(n, STOP_ON, s, cond, NIL, n);
272 addbp(n, STOP_BP, s, cond, NIL, srcline(firstline(s)));
302 addbp(addr, STOP_BP, NIL, cond, NIL, line);
[all …]
/original-bsd/usr.bin/pascal/pdx/breakpoint/
H A Dbpact.c113 addbp(return_addr(), RETURN, s, NIL, NIL, 0); in bpact()
151 addbp(return_addr(), ALL_OFF, curfunc, p->bpcond, NIL, 0);
173 addbp(return_addr(), STOP_OFF, curfunc, p->bpcond, p->bpnode, 0);
209 addbp(return_addr(), BLOCK_OFF, (SYM *) nbp, NIL, NIL, 0);
239 addbp(addr, TERM_OFF, curfunc, p->bpcond, p->bpnode, 0);
H A Dbp.c64 addbp(addr, type, block, cond, node, line) in addbp() function
/original-bsd/usr.bin/pascal/pdx/
H A Dbreakpoint.h71 int addbp(); /* add a breakpoint */
/original-bsd/usr.bin/pascal/pdx/process/
H A Dstart.c92 addbp(lastaddr(), END_BP, NIL, NIL, NIL, 0);
/original-bsd/usr.bin/pascal/pdx/runtime/
H A Dcallproc.c238 addbp(retaddr, CALLPROC, f, NIL, NIL, 0);