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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.c148 db_run_mode = STEP_CONTINUE;
257 if (db_run_mode == STEP_CONTINUE) {
296 if (db_run_mode == STEP_CONTINUE) {
498 db_run_mode = STEP_CONTINUE;
500 db_run_mode = STEP_CONTINUE;
526 db_run_mode = STEP_CONTINUE;
539 return(db_run_mode != STEP_NONE && db_run_mode != STEP_CONTINUE);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.h66 #define STEP_CONTINUE 4 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_interface.c246 db_run_mode = STEP_CONTINUE;
H A Dmodel_dep.c886 if (db_run_mode == STEP_CONTINUE) { /* Are we going to run? */
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_interface.c493 db_run_mode = STEP_CONTINUE;
881 if (db_run_mode == STEP_CONTINUE) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c598 else db_run_mode = STEP_CONTINUE; /* Otherwise we are continuing */

Completed in 63 milliseconds