Home
last modified time | relevance | path

Searched defs:SetShouldNotify (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DUnixSignals.cpp261 bool UnixSignals::SetShouldNotify(int signo, bool value) { in SetShouldNotify() function in UnixSignals
271 bool UnixSignals::SetShouldNotify(const char *signal_name, bool value) { in SetShouldNotify() function in UnixSignals
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBUnixSignals.cpp116 bool SBUnixSignals::SetShouldNotify(int32_t signo, bool value) { in SetShouldNotify() function in SBUnixSignals