Searched refs:IS_BREAKPOINT_TRAP (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/sys/arch/sh/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) ((type) == EXPEVT_TRAPA) macro
/openbsd-current/sys/ddb/
H A Ddb_trap.c55 bkpt = IS_BREAKPOINT_TRAP(type, code);
/openbsd-current/sys/arch/m88k/include/
H A Ddb_machdep.h87 #define IS_BREAKPOINT_TRAP(type,code) ((type)==T_KDB_BREAK) macro
/openbsd-current/sys/arch/mips64/include/
H A Ddb_machdep.h50 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
/openbsd-current/sys/arch/alpha/include/
H A Ddb_machdep.h53 #define IS_BREAKPOINT_TRAP(type, code) \ macro
/openbsd-current/sys/arch/powerpc64/include/
H A Ddb_machdep.h57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/openbsd-current/sys/arch/riscv64/include/
H A Ddb_machdep.h66 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/openbsd-current/sys/arch/i386/include/
H A Ddb_machdep.h61 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/openbsd-current/sys/arch/amd64/include/
H A Ddb_machdep.h64 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/openbsd-current/sys/arch/arm/include/
H A Ddb_machdep.h63 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/openbsd-current/sys/arch/powerpc/include/
H A Ddb_machdep.h57 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/openbsd-current/sys/arch/arm64/include/
H A Ddb_machdep.h65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/openbsd-current/sys/arch/hppa/include/
H A Ddb_machdep.h43 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_IBREAK) macro
/openbsd-current/sys/arch/sparc64/include/
H A Ddb_machdep.h99 #define IS_BREAKPOINT_TRAP(type, code) \ macro

Completed in 257 milliseconds