Searched refs:GetShouldStop (Results 1 – 6 of 6) sorted by relevance
103 bool SBUnixSignals::GetShouldStop(int32_t signo) const { in GetShouldStop() function in SBUnixSignals 107 return signals_sp->GetShouldStop(signo); in GetShouldStop()
41 bool GetShouldStop(int32_t signo) const;
74 bool GetShouldStop(int32_t signo) const;
279 bool UnixSignals::GetShouldStop(int signo) const { in GetShouldStop() function in UnixSignals
1083 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()1147 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in IsShouldStopSignal()
76474 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldStop(arg2); in _wrap_SBUnixSignals_GetShouldStop()