Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBUnixSignals.cpp109 bool SBUnixSignals::GetShouldNotify(int32_t signo) const { in GetShouldNotify() function in SBUnixSignals
111 return signals_sp->GetShouldNotify(signo); in GetShouldNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBUnixSignals.h44 bool GetShouldNotify(int32_t signo) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h54 bool GetShouldNotify(int32_t signo) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DUnixSignals.cpp254 bool UnixSignals::GetShouldNotify(int signo) const { in GetShouldNotify() function in UnixSignals
H A DStopInfo.cpp950 thread_sp->GetProcess()->GetUnixSignals()->GetShouldNotify(m_value); in DoShouldNotify()