/netbsd-src/sys/arch/usermode/include/ |
H A D | db_machdep.h | 41 #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 D | db_machdep.h | 80 #define IS_BREAKPOINT_TRAP( global() macro
|
/netbsd-src/sys/arch/or1k/include/ |
H A D | db_machdep.h | 57 #define IS_BREAKPOINT_TRAP(type, code) \ macro
|
/netbsd-src/sys/arch/mips/include/ |
H A D | db_machdep.h | 82 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
|
/netbsd-src/sys/arch/vax/include/ |
H A D | db_machdep.h | 62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
|
/netbsd-src/sys/arch/hppa/include/ |
H A D | db_machdep.h | 72 #define IS_BREAKPOINT_TRAP(type, code) (type != T_RECOVERY) macro
|
/netbsd-src/sys/arch/m68k/include/ |
H A D | db_machdep.h | 70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
|
/netbsd-src/sys/arch/aarch64/include/ |
H A D | db_machdep.h | 103 #define IS_BREAKPOINT_TRAP(type, code) \ macro
|
/netbsd-src/sys/arch/sparc/include/ |
H A D | db_machdep.h | 73 #define IS_BREAKPOINT_TRAP(type, code) \ macro
|
/netbsd-src/sys/arch/sh3/include/ |
H A D | db_machdep.h | 59 #define IS_BREAKPOINT_TRAP(type, code) \ macro
|
/netbsd-src/sys/arch/arm/include/ |
H A D | db_machdep.h | 85 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
|
/netbsd-src/sys/arch/sparc64/include/ |
H A D | db_machdep.h | 97 #define IS_BREAKPOINT_TRAP(type, code) \ macro
|
/netbsd-src/sys/arch/i386/include/ |
H A D | db_machdep.h | 76 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
|
/netbsd-src/sys/arch/amd64/include/ |
H A D | db_machdep.h | 77 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
|
/netbsd-src/sys/arch/powerpc/include/ |
H A D | db_machdep.h | 83 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
|
/netbsd-src/sys/arch/ia64/include/ |
H A D | db_machdep.h | 97 #define IS_BREAKPOINT_TRAP(type, code) (type == IA64_VEC_BREAK) macro
|
/netbsd-src/sys/arch/alpha/include/ |
H A D | db_machdep.h | 62 #define IS_BREAKPOINT_TRAP(type, code) ((type) == ALPHA_KENTRY_IF && \ macro
|