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()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 …]
229 #define BPT_ACTIVE 0x08 /* function breakpoint is set in process */ macro