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

References

tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  778   const int signo = info.si_signo;
  779   const bool is_from_llgs = info.si_pid == getpid();
  796            Host::GetSignalAsCString(signo), signo, info.si_code,
  800   if (is_from_llgs && (info.si_code == SI_TKILL) && (signo == SIGSTOP)) {
  822           thread.SetStoppedBySignal(SIGSTOP, &info);
  857   thread.SetStoppedBySignal(signo, &info);