Searched refs:cmd_step (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 2806 cmd_step(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in cmd_step() function 3335 { ":S", NULL, NULL, cmd_step }, 3437 { ":s", NULL, "single-step target to next instruction", cmd_step }, 3444 "single-step target to next instruction", cmd_step }, 3474 { ":s", "[SIG]", "single-step target to next instruction", cmd_step }, 3496 "single-step target to next instruction", cmd_step },
|