Home
last modified time | relevance | path

Searched refs:MDB_TGT_F_NEXT (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h83 #define MDB_TGT_F_NEXT 0x0200 /* Step-over is pending */ macro
H A Dmdb_target.c186 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()