reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
 1858   return si->si_signo == SIGSEGV && si->si_code != 128;
projects/compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  272          (si->si_code == si_SEGV_MAPERR || si->si_code == si_SEGV_ACCERR);
  272          (si->si_code == si_SEGV_MAPERR || si->si_code == si_SEGV_ACCERR);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  446     LLDB_LOG(log, "tid {0}, si_code: {1}, si_pid: {2}", pid, info.si_code,
  568   switch (info.si_code) {
  593     LLDB_LOG(log, "received exec event, code = {0}", info.si_code ^ SIGTRAP);
  720         info.si_code, GetID(), thread.GetID());
  728              info.si_code, GetID(), thread.GetID());
  796            Host::GetSignalAsCString(signo), signo, info.si_code,
  800   if (is_from_llgs && (info.si_code == SI_TKILL) && (signo == SIGSTOP)) {
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  295           (info->si_signo == SIGBUS && info->si_code == SI_KERNEL)
tools/lldb/source/Plugins/Process/POSIX/CrashReason.cpp
   45   switch (info.si_code) {
   69   switch (info.si_code) {
   94   switch (info.si_code) {
  119   switch (info.si_code) {