Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_run.c58 #define STEP_CONTINUE 4 macro
61 static int db_run_mode = STEP_CONTINUE;
159 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code)) in db_stop_at_pc()
161 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) { in db_stop_at_pc()
168 db_run_mode = STEP_CONTINUE; in db_stop_at_pc()
251 if (db_run_mode == STEP_CONTINUE) { in db_restart_at_pc()
408 db_run_mode = STEP_CONTINUE; in db_continue_cmd()