Home
last modified time | relevance | path

Searched refs:db_single_step_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/ddb/
Ddb_run.c340 db_single_step_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_single_step_cmd() function
Ddb_command.c124 { "step", db_single_step_cmd, 0, NULL },
125 { "s", db_single_step_cmd, 0, NULL },
Dddb.h257 db_cmdfcn_t db_single_step_cmd; variable