Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxSignals.cpp14 #ifndef SEGV_BNDERR
15 #define SEGV_BNDERR 3 macro
82 …ADD_SIGCODE(SIGSEGV, 11, SEGV_BNDERR, 3, "failed address bounds checks", SignalCodePrintOption::B… in Reset()