OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_BREAKPOINT_TRAP
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/ddb/
db_trap.c
67
bkpt =
IS_BREAKPOINT_TRAP
(type, code);
/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/or1k/include/
db_machdep.h
57
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/sh3/include/
db_machdep.h
59
#define
IS_BREAKPOINT_TRAP
(type, code) \
/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/arm/include/
db_machdep.h
85
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAKPOINT)
/src/sys/arch/mips/include/
db_machdep.h
82
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAK)
/src/sys/arch/hppa/include/
db_machdep.h
72
#define
IS_BREAKPOINT_TRAP
(type, code) (type != T_RECOVERY)
/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/powerpc/include/
db_machdep.h
83
#define
IS_BREAKPOINT_TRAP
(type, code) ((type) == T_BREAKPOINT)
/src/sys/arch/sparc64/include/
db_machdep.h
97
#define
IS_BREAKPOINT_TRAP
(type, code) \
/src/sys/arch/aarch64/include/
db_machdep.h
103
#define
IS_BREAKPOINT_TRAP
(type, code) \
/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 && \
/src/sys/kern/
kgdb_stub.c
390
if (!
IS_BREAKPOINT_TRAP
(type, 0)) {
/src/sys/arch/powerpc/powerpc/
db_interface.c
267
if (
IS_BREAKPOINT_TRAP
(type, 0)) {
Completed in 18 milliseconds
Indexes created Mon Oct 20 16:09:52 GMT 2025