Searched defs:IS_BREAKPOINT_TRAP (Results 1 – 5 of 5) sorted by relevance
58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
56 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
59 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro