Searched defs:IS_BREAKPOINT_TRAP (Results 1 – 6 of 6) sorted by relevance
67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
67 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
60 #define IS_BREAKPOINT_TRAP( global() macro