Searched refs:cmd_cont (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_cmds.c | 2681 cmd_cont(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in cmd_cont() function 2700 return (cmd_cont(NULL, 0, 0, NULL)); in cmd_run() 3001 { ":c", NULL, "continue target execution", cmd_cont }, 3005 { "cont", NULL, "continue target execution", cmd_cont }, 3032 { ":c", "[SIG]", "continue target execution", cmd_cont }, 3045 { "cont", "[SIG]", "continue target execution", cmd_cont },
|