Searched refs:t_step (Results 1 – 10 of 10) sorted by relevance
| /illumos-gate/usr/src/cmd/mdb/common/mdb/ |
| H A D | mdb_value.c | 144 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
| H A D | mdb_target.c | 1094 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 D | mdb_target_impl.h | 106 int (*t_step)(mdb_tgt_t *, mdb_tgt_status_t *); member
|
| H A D | mdb_rawfile.c | 397 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
| H A D | mdb_kproc.c | 922 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
| H A D | mdb_proc.c | 4794 .t_step = pt_step,
|
| /illumos-gate/usr/src/cmd/mdb/intel/mdb/ |
| H A D | kvm_amd64dep.c | 161 .t_step = (int (*)())(uintptr_t)mdb_tgt_notsup,
|
| H A D | kvm_ia32dep.c | 159 .t_step = (int (*)())mdb_tgt_notsup,
|
| H A D | mdb_bhyve.c | 1483 .t_step = bhyve_step,
|
| /illumos-gate/usr/src/cmd/mdb/common/kmdb/ |
| H A D | kmdb_kvm.c | 2452 .t_step = kmt_step,
|