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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_trap.c97 bkpt = IS_BREAKPOINT_TRAP(type, code);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h91 #define IS_BREAKPOINT_TRAP(type, code) (FALSE) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_machdep.h93 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_INT3) macro

Completed in 26 milliseconds