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

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_stoptheworld_linux_libcdep.cpp
  175       if (WIFSTOPPED(status) && WSTOPSIG(status) != SIGSTOP) {
tools/lldb/source/Host/common/Host.cpp
  354   case SIGSTOP:
tools/lldb/source/Host/common/NativeProcessProtocol.cpp
   40   return Signal(SIGSTOP);
tools/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
  304     thread.SetStoppedBySignal(SIGSTOP);
  800   if (is_from_llgs && (info.si_code == SI_TKILL) && (signo == SIGSTOP)) {
  822           thread.SetStoppedBySignal(SIGSTOP, &info);
 1099   if (kill(GetID(), SIGSTOP) != 0)
tools/lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
  335   m_stop_info.details.signal.signo = SIGSTOP;
  421   if (::tgkill(pid, tid, SIGSTOP) != 0) {
tools/lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
   96     SetStopInfo(StopInfo::CreateStopReasonWithSignal(*this, SIGSTOP));