Searched refs:GetShouldSuppress (Results 1 – 6 of 6) sorted by relevance
90 bool SBUnixSignals::GetShouldSuppress(int32_t signo) const { in GetShouldSuppress() function in SBUnixSignals91 LLDB_RECORD_METHOD_CONST(bool, SBUnixSignals, GetShouldSuppress, (int32_t), in GetShouldSuppress()95 return signals_sp->GetShouldSuppress(signo); in GetShouldSuppress()192 LLDB_REGISTER_METHOD_CONST(bool, SBUnixSignals, GetShouldSuppress, in RegisterMethods()
38 GetShouldSuppress (int32_t signo) const;
37 bool GetShouldSuppress(int32_t signo) const;
41 bool GetShouldSuppress(int32_t signo) const;
210 bool UnixSignals::GetShouldSuppress(int signo) const { in GetShouldSuppress() function in UnixSignals
954 if (!thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress( in WillResume()