Home
last modified time | relevance | path

Searched refs:BPT_ACTIVE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/truss/
H A Dfcall.c461 Bp->flags |= BPT_ACTIVE; in create_bkpt()
483 if (!(Bp->flags & BPT_ACTIVE)) { in set_deferred_breakpoints()
486 Bp->flags |= BPT_ACTIVE; in set_deferred_breakpoints()
488 Bp->flags &= ~BPT_ACTIVE; in set_deferred_breakpoints()
1131 if (Bp->flags & BPT_ACTIVE) in clear_breakpoints()
1133 Bp->flags &= ~BPT_ACTIVE; in clear_breakpoints()
1163 if ((Bp->flags & BPT_ACTIVE) && in reestablish_traps()
1165 Bp->flags &= ~BPT_ACTIVE; in reestablish_traps()
1394 active = (Bp->flags & BPT_ACTIVE); in function_trace()
1395 Bp->flags |= BPT_ACTIVE; in function_trace()
[all …]
H A Dramdata.h229 #define BPT_ACTIVE 0x08 /* function breakpoint is set in process */ macro