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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_run.c356 register boolean_t unconditional; local
377 * unconditional transfer
380 unconditional = inst_unconditional_flow_transfer(inst);
384 an unconditional change of flow of control. If the previous instruction
385 is an unconditional change of flow of control, setting a breakpoint in the
391 if (!unconditional && db_find_breakpoint_here(task, pc) == 0 &&

Completed in 25 milliseconds