Searched refs:GetShouldStop (Results 1 – 8 of 8) sorted by relevance
111 bool SBUnixSignals::GetShouldStop(int32_t signo) const { in GetShouldStop() function in SBUnixSignals112 LLDB_RECORD_METHOD_CONST(bool, SBUnixSignals, GetShouldStop, (int32_t), in GetShouldStop()116 return signals_sp->GetShouldStop(signo); in GetShouldStop()195 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldStop, (int32_t)); in RegisterMethods()
45 GetShouldStop (int32_t signo) const;
41 bool GetShouldStop(int32_t signo) const;
47 bool GetShouldStop(int32_t signo) const;
226 bool UnixSignals::GetShouldStop(int signo) const { in GetShouldStop() function in UnixSignals
957 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStopSynchronous()964 return thread_sp->GetProcess()->GetUnixSignals()->GetShouldStop(m_value); in ShouldStop()
793 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) in HandleProcessStateChangedEvent()824 if (process_sp->GetUnixSignals()->GetShouldStop(signo)) { in HandleProcessStateChangedEvent()
65134 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldStop(arg2); in _wrap_SBUnixSignals_GetShouldStop()