reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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.cpp304 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));