Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h88 #define MDB_TGT_F_NEXT 0x0100 /* Step-over is pending */ macro
H A Dmdb_target.c188 (MDB_TGT_F_STEP | MDB_TGT_F_STEP_OUT | MDB_TGT_F_NEXT | MDB_TGT_F_CONT)
1095 else if (t->t_flags & MDB_TGT_F_NEXT) in tgt_continue()
1105 if ((t->t_flags & MDB_TGT_F_NEXT) && !(t->t_flags & MDB_TGT_F_STEP)) { in tgt_continue()
1395 t->t_flags |= MDB_TGT_F_NEXT; /* set flag even if tgt not busy */ in mdb_tgt_next()