Searched refs:BPT_ACTIVE (Results 1 – 2 of 2) sorted by relevance
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()[all …]
229 #define BPT_ACTIVE 0x08 /* function breakpoint is set in process */ macro