OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IS_BREAKPOINT_TRAP
(Results
1 - 17
of
17
) sorted by relevancy
/src/sys/arch/mips/include/
db_machdep.h
82
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAK)
/src/sys/arch/or1k/include/
db_machdep.h
57
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/hppa/include/
db_machdep.h
72
#define
IS_BREAKPOINT_TRAP
(type, code) (type != T_RECOVERY)
/src/sys/arch/riscv/include/
db_machdep.h
83
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == CAUSE_BREAKPOINT)
/src/sys/arch/vax/include/
db_machdep.h
63
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BPTFLT)
/src/sys/arch/aarch64/include/
db_machdep.h
103
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/arm/include/
db_machdep.h
85
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAKPOINT)
/src/sys/arch/usermode/include/
db_machdep.h
41
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BPTFLT)
72
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BPTFLT)
/src/sys/arch/sh3/include/
db_machdep.h
59
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/m68k/include/
db_machdep.h
70
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAKPOINT)
/src/sys/arch/sparc/include/
db_machdep.h
73
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/amd64/include/
db_machdep.h
77
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BPTFLT)
/src/sys/arch/i386/include/
db_machdep.h
76
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BPTFLT)
/src/sys/arch/sparc64/include/
db_machdep.h
97
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/powerpc/include/
db_machdep.h
83
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAKPOINT)
/src/sys/arch/ia64/include/
db_machdep.h
97
#define
IS_BREAKPOINT_TRAP
(type, code) (type == IA64_VEC_BREAK)
/src/sys/arch/alpha/include/
db_machdep.h
62
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == ALPHA_KENTRY_IF && \
Completed in 17 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025