Home
last modified time | relevance | path

Searched refs:GetShouldSuppress (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBUnixSignals.cpp94 SBUnixSignals::GetShouldSuppress (int32_t signo) const in GetShouldSuppress() function in SBUnixSignals
97 return signals_sp->GetShouldSuppress(signo); in GetShouldSuppress()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBUnixSignals.h41 GetShouldSuppress (int32_t signo) const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDUnixSignals.h56 GetShouldSuppress (int32_t signo) const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDUnixSignals.cpp244 UnixSignals::GetShouldSuppress (int signo) const in GetShouldSuppress() function in UnixSignals
HDStopInfo.cpp953 if (thread_sp->GetProcess()->GetUnixSignals()->GetShouldSuppress(m_value) == false) in WillResume()