Searched refs:t_cont (Results 1 – 3 of 3) sorted by relevance
1057 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 …]
109 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *); member
2591 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()