Home
last modified time | relevance | path

Searched defs:IS_BREAKPOINT_TRAP (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Ddb_machdep.h41 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
72 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/netbsd-src/sys/arch/riscv/include/
H A Ddb_machdep.h80 #define IS_BREAKPOINT_TRAP( global() macro
/netbsd-src/sys/arch/or1k/include/
H A Ddb_machdep.h57 #define IS_BREAKPOINT_TRAP(type, code) \ macro
/netbsd-src/sys/arch/mips/include/
H A Ddb_machdep.h82 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
/netbsd-src/sys/arch/vax/include/
H A Ddb_machdep.h62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/netbsd-src/sys/arch/hppa/include/
H A Ddb_machdep.h72 #define IS_BREAKPOINT_TRAP(type, code) (type != T_RECOVERY) macro
/netbsd-src/sys/arch/m68k/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/netbsd-src/sys/arch/aarch64/include/
H A Ddb_machdep.h103 #define IS_BREAKPOINT_TRAP(type, code) \ macro
/netbsd-src/sys/arch/sparc/include/
H A Ddb_machdep.h73 #define IS_BREAKPOINT_TRAP(type, code) \ macro
/netbsd-src/sys/arch/sh3/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) \ macro
/netbsd-src/sys/arch/arm/include/
H A Ddb_machdep.h85 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/netbsd-src/sys/arch/sparc64/include/
H A Ddb_machdep.h97 #define IS_BREAKPOINT_TRAP(type, code) \ macro
/netbsd-src/sys/arch/i386/include/
H A Ddb_machdep.h76 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/netbsd-src/sys/arch/amd64/include/
H A Ddb_machdep.h77 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/netbsd-src/sys/arch/powerpc/include/
H A Ddb_machdep.h83 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/netbsd-src/sys/arch/ia64/include/
H A Ddb_machdep.h97 #define IS_BREAKPOINT_TRAP(type, code) (type == IA64_VEC_BREAK) macro
/netbsd-src/sys/arch/alpha/include/
H A Ddb_machdep.h62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == ALPHA_KENTRY_IF && \ macro