Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_run.c403 db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, char *modif) in db_continue_cmd() function
H A Ddb_command.c127 { "continue", db_continue_cmd, 0, NULL },
128 { "c", db_continue_cmd, 0, NULL },
H A Dddb.h236 db_cmdfcn_t db_continue_cmd; variable