Home
last modified time | relevance | path

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

/f-stack/freebsd/ddb/
H A Ddb_run.c168 db_run_mode = STEP_CONTINUE; in db_stop_at_pc()
171 if (db_run_mode == STEP_COUNT) { in db_stop_at_pc()
174 if (db_run_mode == STEP_ONCE) { in db_stop_at_pc()
183 if (db_run_mode == STEP_RETURN) { in db_stop_at_pc()
205 if (db_run_mode == STEP_CALLT) { in db_stop_at_pc()
256 db_run_mode = STEP_INVISIBLE; in db_restart_at_pc()
349 db_run_mode = STEP_ONCE; in db_single_step_cmd()
371 db_run_mode = STEP_CALLT; in db_trace_until_call_cmd()
390 db_run_mode = STEP_RETURN; in db_trace_until_matching_cmd()
406 db_run_mode = STEP_COUNT; in db_continue_cmd()
[all …]