Home
last modified time | relevance | path

Searched refs:TRAP_BRKPT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/sys/
H A D_siginfo.h101 #define TRAP_BRKPT 1 /* Process breakpoint */ macro
/dragonfly/sys/platform/pc64/x86_64/
H A Dtrap.c493 ucode = (type == T_TRCTRAP ? TRAP_TRACE : TRAP_BRKPT); in trap()
750 ucode = TRAP_BRKPT; in trap()
/dragonfly/sys/platform/vkernel64/x86_64/
H A Dtrap.c398 ucode = (type == T_TRCTRAP ? TRAP_TRACE : TRAP_BRKPT); in user_trap()