Searched refs:db_continue_cmd (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/ddb/
H A Ddb_run.h54 void db_continue_cmd(db_expr_t, bool, db_expr_t, const char *);
H A Ddb_command.c305 { DDB_ADD_CMD("c", db_continue_cmd, 0,
313 { DDB_ADD_CMD("continue", db_continue_cmd, 0,
326 { DDB_ADD_CMD("exit", db_continue_cmd, 0,
352 { DDB_ADD_CMD("quit", db_continue_cmd, 0,
H A Ddb_run.c319 db_continue_cmd(db_expr_t addr, bool have_addr, function
/netbsd-6-1-5-RELEASE/usr.sbin/crash/
H A Dcrash.c171 db_continue_cmd(db_expr_t addr, bool have_addr, db_expr_t count, function
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Ddb_interface.c66 #include <ddb/db_run.h> /* for db_continue_cmd() proto */
960 db_continue_cmd(0, false, 0, "");

Completed in 129 milliseconds