Home
last modified time | relevance | path

Searched defs:SIGTRAP (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Host/windows/
H A DPosixApi.h30 #define SIGTRAP 5 macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dcisco-core.c30 # define SIGTRAP 5 macro
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dcisco-core.c30 # define SIGTRAP 5 macro
/openbsd/sys/sys/
H A Dsignal.h55 #define SIGTRAP 5 /* trace trap (not reset when caught) */ macro
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp118 const int SIGTRAP = 5; variable