Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ddb/
HDdb_run.c57 #define STEP_CONTINUE 4 macro
60 static int db_run_mode = STEP_CONTINUE;
132 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code)) in db_stop_at_pc()
134 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) { in db_stop_at_pc()
141 db_run_mode = STEP_CONTINUE; in db_stop_at_pc()
211 if (db_run_mode == STEP_CONTINUE) { in db_restart_at_pc()
299 db_run_mode = STEP_CONTINUE; in db_continue_cmd()