Home
last modified time | relevance | path

Searched refs:mdb_tgt_step (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h360 extern int mdb_tgt_step(mdb_tgt_t *, mdb_tgt_status_t *);
H A Dmdb_cmds.c2730 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common()
2747 int (*func)(mdb_tgt_t *, mdb_tgt_status_t *) = &mdb_tgt_step; in cmd_step()
H A Dmdb_target.c1380 mdb_tgt_step(mdb_tgt_t *t, mdb_tgt_status_t *tsp) in mdb_tgt_step() function