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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_trap.c98 watchpt = IS_WATCHPOINT_TRAP(type, code);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Ddb_machdep.h92 #define IS_WATCHPOINT_TRAP(type, code) (FALSE) macro
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Ddb_machdep.h94 #define IS_WATCHPOINT_TRAP(type, code) ((type) == T_WATCHPOINT) macro

Completed in 81 milliseconds