Searched refs:IS_SSTEP_TRAP (Results 1 – 4 of 4) sorted by relevance
131 #ifdef IS_SSTEP_TRAP in db_stop_at_pc()132 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code)) in db_stop_at_pc()134 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) { in db_stop_at_pc()
65 #define IS_SSTEP_TRAP(type, code) \ macro
68 #define IS_SSTEP_TRAP(type, code) \ macro
62 #define IS_SSTEP_TRAP(type, code) (type == T_SINGLESTEP) macro