Searched refs:STEP_ONCE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.h63 #define STEP_ONCE 1 macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.c154 if (db_run_mode == STEP_ONCE) {
430 db_run_mode = STEP_ONCE;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmodel_dep.c894 if(db_run_mode == STEP_ONCE) { /* Are we about to step? */
917 if(db_run_mode != STEP_ONCE) enable_preemption_no_check(); /* Enable preemption, but don't preempt here */
/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/ml/ppc/
H A Dkdp_machdep.c596 db_run_mode = STEP_ONCE; /* We are stepping */

Completed in 44 milliseconds