Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h56 bool SetShouldNotify(int32_t signo, bool value);
58 bool SetShouldNotify(const char *signal_name, bool value);
/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
126 return signals_sp->SetShouldNotify(signo, value); in SetShouldNotify()
/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
274 return SetShouldNotify(signo, value); in SetShouldNotify()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBUnixSignals.h46 bool SetShouldNotify(int32_t signo, bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp1556 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
1572 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()