Searched refs:set_breakpoint (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | ps.c | 198 if (set_breakpoint(procp, rd_notify.u.bptaddr, in ps_init() 208 if (set_breakpoint(procp, rd_notify.u.bptaddr, in ps_init() 218 if (set_breakpoint(procp, rd_notify.u.bptaddr, in ps_init()
|
H A D | rdb.h | 234 extern retc_t set_breakpoint(struct ps_prochandle *, ulong_t,
|
H A D | bpt.c | 64 set_breakpoint(struct ps_prochandle *ph, ulong_t addr, unsigned flags) in set_breakpoint() function 482 (void) set_breakpoint(ph, rp.pi_target, in step_n()
|
H A D | gram.y | 65 if (set_breakpoint(&proch, $2, FLG_BP_USERDEF) == RET_OK)
|