Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h86 #define MDB_TGT_F_STEP 0x0040 /* Single-step 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)
1093 if (t->t_flags & MDB_TGT_F_STEP) in tgt_continue()
1105 if ((t->t_flags & MDB_TGT_F_NEXT) && !(t->t_flags & MDB_TGT_F_STEP)) { in tgt_continue()
1382 return (tgt_request_continue(t, tsp, MDB_TGT_F_STEP, t->t_ops->t_step)); in mdb_tgt_step()