Home
last modified time | relevance | path

Searched refs:t_step (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_value.c144 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_target_impl.h106 int (*t_step)(mdb_tgt_t *, mdb_tgt_status_t *); member
H A Dmdb_target.c1094 t_cont = t->t_ops->t_step; in tgt_continue()
1096 t_cont = t->t_ops->t_step; in tgt_continue()
1204 if (t_cont != t->t_ops->t_step || pc == t->t_status.st_pc) { in tgt_continue()
1382 return (tgt_request_continue(t, tsp, MDB_TGT_F_STEP, t->t_ops->t_step)); in mdb_tgt_step()
1396 return (tgt_request_continue(t, tsp, 0, t->t_ops->t_step)); in mdb_tgt_next()
H A Dmdb_rawfile.c397 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_kproc.c922 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dmdb_proc.c4742 .t_step = pt_step,
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dkvm_amd64dep.c141 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
H A Dkvm_ia32dep.c141 .t_step = (int (*)())mdb_tgt_notsup,
H A Dmdb_bhyve.c1443 .t_step = bhyve_step,
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_kvm.c2433 .t_step = kmt_step,