Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/ddb/
HDdb_run.c131 #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()
/freebsd-14-stable/sys/amd64/include/
HDdb_machdep.h65 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd-14-stable/sys/i386/include/
HDdb_machdep.h68 #define IS_SSTEP_TRAP(type, code) \ macro
/freebsd-14-stable/sys/arm64/include/
HDdb_machdep.h62 #define IS_SSTEP_TRAP(type, code) (type == T_SINGLESTEP) macro