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()
1137 if (Bp->flags & BPT_ACTIVE) in clear_breakpoints()
1139 Bp->flags &= ~BPT_ACTIVE; in clear_breakpoints()
1169 if ((Bp->flags & BPT_ACTIVE) && in reestablish_traps()
1171 Bp->flags &= ~BPT_ACTIVE; in reestablish_traps()
1400 active = (Bp->flags & BPT_ACTIVE); in function_trace()
1401 Bp->flags |= BPT_ACTIVE; in function_trace()
1425 Bp->flags &= ~BPT_ACTIVE; in function_trace()
1434 if (!active || !(Bp->flags & BPT_ACTIVE)) { in function_trace()
1436 Bp->flags &= ~BPT_ACTIVE; in function_trace()
1788 if ((Bp = get_bkpt(pc)) != NULL && (Bp->flags & BPT_ACTIVE)) in return_count32()