Searched refs:GetShouldNotify (Results 1 – 7 of 7) sorted by relevance
133 bool SBUnixSignals::GetShouldNotify(int32_t signo) const { in GetShouldNotify() function in SBUnixSignals134 LLDB_RECORD_METHOD_CONST(bool, SBUnixSignals, GetShouldNotify, (int32_t), in GetShouldNotify()138 return signals_sp->GetShouldNotify(signo); in GetShouldNotify()197 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldNotify, (int32_t)); in RegisterMethods()
52 GetShouldNotify (int32_t signo) const;
45 bool GetShouldNotify(int32_t signo) const;
52 bool GetShouldNotify(int32_t signo) const;
250 bool UnixSignals::GetShouldNotify(int signo) const { in GetShouldNotify() function in UnixSignals
973 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()
65191 result = (bool)((lldb::SBUnixSignals const *)arg1)->GetShouldNotify(arg2); in _wrap_SBUnixSignals_GetShouldNotify()