Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h82 #define MDB_TGT_F_STEP_BRANCH 0x0100 /* Step-branch is pending */ macro
H A Dmdb_target.c185 (MDB_TGT_F_STEP | MDB_TGT_F_STEP_OUT | MDB_TGT_F_STEP_BRANCH | \
1091 else if (t->t_flags & MDB_TGT_F_STEP_BRANCH) in tgt_continue()
1129 if (t->t_flags & MDB_TGT_F_STEP_BRANCH && t_cont == t->t_ops->t_cont) { in tgt_continue()
1401 t->t_flags |= MDB_TGT_F_STEP_BRANCH; /* set flag even if tgt not busy */ in mdb_tgt_step_branch()