|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/ExecutionEngine/Interpreter/ExternalFunctions.cpp 329 raise (SIGABRT);
lib/Support/CrashRecoveryContext.cpp 290 { SIGABRT, SIGBUS, SIGFPE, SIGILL, SIGSEGV, SIGTRAP };
lib/Support/Unix/Signals.inc 215 SIGILL, SIGTRAP, SIGABRT, SIGFPE, SIGBUS, SIGSEGV, SIGQUIT
projects/compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp 112 SetSigaction(SIGABRT, CrashHandler);
projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp 1680 case SIGABRT:
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix.cpp 309 case SIGABRT:
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp 147 if (GetHandleSignalMode(SIGABRT) != kHandleSignalNo) {
151 internal_sigaction(SIGABRT, &sigact, nullptr);
221 MaybeInstallSigaction(SIGABRT, handler);
projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp 238 static const int kSyncSignals[] = { SIGABRT, SIGILL, SIGFPE, SIGSEGV, SIGBUS,
263 if (signum == SIGABRT)
271 internal__exit((signum == SIGABRT) ? 1 : 2);
projects/openmp/runtime/src/kmp_runtime.cpp 421 __kmp_global.g.g_abort = SIGABRT;
432 raise(SIGABRT);
projects/openmp/runtime/src/z_Linux_util.cpp 1141 case SIGABRT:
1227 __kmp_install_one_handler(SIGABRT, __kmp_team_handler, parallel_init);
tools/lldb/source/Host/common/Host.cpp 322 case SIGABRT:
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 2569 int exit_status = SIGABRT;