Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_run.c56 #define STEP_CONTINUE 4 macro
59 static int db_run_mode = STEP_CONTINUE;
131 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code)) in db_stop_at_pc()
133 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) { in db_stop_at_pc()
140 db_run_mode = STEP_CONTINUE; in db_stop_at_pc()
210 if (db_run_mode == STEP_CONTINUE) { in db_restart_at_pc()
298 db_run_mode = STEP_CONTINUE; in db_continue_cmd()