Searched refs:IS_SSTEP_TRAP (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/i386/include/
H A Ddb_machdep.h71 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd-13-stable/sys/amd64/include/
H A Ddb_machdep.h68 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd-13-stable/sys/ddb/
H A Ddb_run.c152 * single-step traps unambiguously (by defining IS_SSTEP_TRAP).
158 #ifdef IS_SSTEP_TRAP
159 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code))
161 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) {
/freebsd-13-stable/sys/arm64/include/
H A Ddb_machdep.h62 #define IS_SSTEP_TRAP(type, code) (type == T_SINGLESTEP) macro

Completed in 74 milliseconds