Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1063 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *)) in tgt_continue()
1094 t_cont = t->t_ops->t_step; in tgt_continue()
1096 t_cont = t->t_ops->t_step; in tgt_continue()
1098 t_cont = t->t_ops->t_cont; in tgt_continue()
1112 t_cont = t->t_ops->t_cont; in tgt_continue()
1204 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue()
1205 if (t_cont(t, &t->t_status) != 0) in tgt_continue()
1310 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *)) in tgt_request_continue()
1323 status = tgt_continue(t, tsp, t_cont); in tgt_request_continue()
1389 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_cont)); in mdb_tgt_step_out()
[all …]
H A Dmdb_value.c147 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_target_impl.h109 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *); member
H A Dmdb_rawfile.c400 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_cmds.c2697 int (*t_cont)(mdb_tgt_t *, mdb_tgt_status_t *), const char *name) in cmd_cont_common()
2730 if (st.st_state == MDB_TGT_IDLE && t_cont == &mdb_tgt_step) { in cmd_cont_common()
2735 if (t_cont(t, &st) == -1) { in cmd_cont_common()
H A Dmdb_kproc.c925 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_proc.c4745 .t_cont = pt_continue,
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c144 .t_cont = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dkvm_ia32dep.c144 .t_cont = (int (*)())mdb_tgt_notsup,
H A Dmdb_bhyve.c1446 .t_cont = bhyve_cont,
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c2436 .t_cont = kmt_continue,