Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1057 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *)) in tgt_continue()
1088 t_cont = t->t_ops->t_step; in tgt_continue()
1090 t_cont = t->t_ops->t_step; in tgt_continue()
1092 t_cont = t->t_ops->t_cont; in tgt_continue()
1094 t_cont = t->t_ops->t_cont; in tgt_continue()
1108 t_cont = t->t_ops->t_cont; in tgt_continue()
1129 if (t->t_flags & MDB_TGT_F_STEP_BRANCH && t_cont == t->t_ops->t_cont) { in tgt_continue()
1210 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue()
1211 if (t_cont(t, &t->t_status) != 0) in tgt_continue()
1316 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *)) in tgt_request_continue()
[all …]
H A Dmdb_target_impl.h109 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *); member
H A Dmdb_cmds.c2591 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *), const char *name) in cmd_cont_common()
2624 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common()
2629 if (t_cont(t, &st) == -1) { in cmd_cont_common()