Searched refs:db_single_step_cmd (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/ddb/ |
| D | db_run.h | 52 void db_single_step_cmd(db_expr_t, int, db_expr_t, char *);
|
| D | db_command.c | 458 { "step", db_single_step_cmd, 0, NULL }, 459 { "s", db_single_step_cmd, 0, NULL },
|
| D | db_run.c | 252 db_single_step_cmd(addr, have_addr, count, modif) in db_single_step_cmd() function
|