/src/sys/ddb/ |
db_run.h | 51 void db_single_step_cmd(db_expr_t, bool, db_expr_t, const char *);
|
db_run.c | 255 db_single_step_cmd(db_expr_t addr, bool have_addr, function in typeref:typename:void
|
db_command.c | 405 { DDB_ADD_CMD("s", db_single_step_cmd, 0, 416 { DDB_ADD_CMD("step", db_single_step_cmd, 0,
|
/src/usr.sbin/crash/ |
crash.c | 224 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, function in typeref:typename:void
|