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

/freebsd-11-stable/sys/sparc64/include/
H A Ddb_machdep.h55 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-11-stable/sys/arm/include/
H A Ddb_machdep.h60 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-11-stable/sys/powerpc/include/
H A Ddb_machdep.h65 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAKPOINT) macro
/freebsd-11-stable/sys/riscv/include/
H A Ddb_machdep.h63 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-11-stable/sys/mips/include/
H A Ddb_machdep.h61 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BREAK) macro
/freebsd-11-stable/sys/i386/include/
H A Ddb_machdep.h70 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd-11-stable/sys/amd64/include/
H A Ddb_machdep.h67 #define IS_BREAKPOINT_TRAP(type, code) ((type) == T_BPTFLT) macro
/freebsd-11-stable/sys/arm64/include/
H A Ddb_machdep.h59 #define IS_BREAKPOINT_TRAP(type, code) (type == T_BREAKPOINT) macro
/freebsd-11-stable/sys/ddb/
H A Ddb_run.c98 *is_breakpoint = IS_BREAKPOINT_TRAP(type, code);

Completed in 128 milliseconds