OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:T_BPTFLT
(Results
1 - 18
of
18
) sorted by relevancy
/src/sys/arch/x86/include/
trap.h
38
#define
T_BPTFLT
1 /* breakpoint trap */
/src/sys/arch/vax/include/
trap.h
47
#define
T_BPTFLT
3 /* breakpoint instruction */
db_machdep.h
63
#define IS_BREAKPOINT_TRAP(type, code) ((type) ==
T_BPTFLT
)
/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/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/amd64/amd64/
trap.c
129
"breakpoint trap", /* 1
T_BPTFLT
*/
321
if (type ==
T_BPTFLT
&& kgdb_disconnected()) {
633
case
T_BPTFLT
|T_USER: /* bpt instruction fault */
646
} else if (type == (
T_BPTFLT
|T_USER))
db_interface.c
216
case
T_BPTFLT
: /* breakpoint */
amd64_trap.S
307
ZTRAP(
T_BPTFLT
)
309
ZTRAP_NJ(
T_BPTFLT
)
vector.S
196
pushq $
T_BPTFLT
202
pushq $
T_BPTFLT
/src/sys/arch/amd64/stand/prekern/
trap.S
66
ZTRAPENTRY(
T_BPTFLT
)
/src/sys/arch/vax/vax/
trap.c
272
case
T_BPTFLT
|T_USER:
323
case
T_BPTFLT
: /* Kernel breakpoint */
db_machdep.c
154
case
T_BPTFLT
: /* breakpoint */
intvec.S
263
TRAPCALL(breakp,
T_BPTFLT
)
/src/sys/arch/i386/i386/
trap.c
139
"breakpoint trap", /* 1
T_BPTFLT
*/
353
if (type ==
T_BPTFLT
&& kgdb_disconnected()) {
748
case
T_BPTFLT
|T_USER: /* bpt instruction fault */
761
} else if (type == (
T_BPTFLT
|T_USER))
db_interface.c
220
case
T_BPTFLT
: /* breakpoint */
i386_trap.S
159
ZTRAP(
T_BPTFLT
)
/src/sys/arch/x86/x86/
kgdb_machdep.c
127
case
T_BPTFLT
:
Completed in 22 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025