Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDUnixSignals.h80 SetShouldNotify (int32_t signo, bool value);
83 SetShouldNotify (const char *signal_name,
/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBUnixSignals.cpp161 SBUnixSignals::SetShouldNotify (int32_t signo, bool value) in SetShouldNotify() function in SBUnixSignals
175 return signals_sp->SetShouldNotify(signo, value); in SetShouldNotify()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDUnixSignals.cpp313 UnixSignals::SetShouldNotify (int signo, bool value) in SetShouldNotify() function in UnixSignals
325 UnixSignals::SetShouldNotify (const char *signal_name, bool value) in SetShouldNotify() function in UnixSignals
329 return SetShouldNotify (signo, value); in SetShouldNotify()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBUnixSignals.h58 SetShouldNotify (int32_t signo, bool value);
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectProcess.cpp1854 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
1874 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()