Searched refs:MDB_TGT_F_NEXT (Results 1 – 2 of 2) sorted by relevance
83 #define MDB_TGT_F_NEXT 0x0200 /* Step-over is pending */ macro
186 MDB_TGT_F_NEXT | MDB_TGT_F_CONT)1089 else if (t->t_flags & MDB_TGT_F_NEXT) in tgt_continue()1101 if ((t->t_flags & MDB_TGT_F_NEXT) && !(t->t_flags & MDB_TGT_F_STEP)) { in tgt_continue()1408 t->t_flags |= MDB_TGT_F_NEXT; /* set flag even if tgt not busy */ in mdb_tgt_next()