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

/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h71 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h68 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c148 * single-step traps unambiguously (by defining IS_SSTEP_TRAP).
154 #ifdef IS_SSTEP_TRAP
155 if (db_run_mode == STEP_CONTINUE && IS_SSTEP_TRAP(type, code))
157 if (db_run_mode != STEP_CONTINUE && !IS_SSTEP_TRAP(type, code)) {

Completed in 153 milliseconds