Home
last modified time | relevance | path

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

/freebsd/sys/ddb/
H A Ddb_run.c59 static int db_run_mode = STEP_CONTINUE; variable
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()
139 if (db_run_mode == STEP_INVISIBLE) { in db_stop_at_pc()
140 db_run_mode = STEP_CONTINUE; in db_stop_at_pc()
143 if (db_run_mode == STEP_COUNT) { in db_stop_at_pc()
146 if (db_run_mode == STEP_ONCE) { in db_stop_at_pc()
155 if (db_run_mode == STEP_RETURN) { in db_stop_at_pc()
177 if (db_run_mode == STEP_CALLT) { in db_stop_at_pc()
196 if ((db_run_mode == STEP_COUNT) || in db_restart_at_pc()
[all …]