Lines Matching refs:BPT_ACTIVE
461 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()
1419 Bp->flags &= ~BPT_ACTIVE; in function_trace()
1428 if (!active || !(Bp->flags & BPT_ACTIVE)) { in function_trace()
1430 Bp->flags &= ~BPT_ACTIVE; in function_trace()
1772 if ((Bp = get_bkpt(pc)) != NULL && (Bp->flags & BPT_ACTIVE)) in return_count32()