Searched refs:IS_BREAKPOINT_TRAP (Results 1 – 6 of 6) sorted by relevance
67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
56 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
58 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
59 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
102 *is_breakpoint = IS_BREAKPOINT_TRAP(type, code); in db_stop_at_pc()