Searched refs:SetShouldNotify (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | UnixSignals.h | 80 SetShouldNotify (int32_t signo, bool value); 83 SetShouldNotify (const char *signal_name,
|
| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBUnixSignals.cpp | 161 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/ |
| HD | UnixSignals.cpp | 313 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/ |
| HD | SBUnixSignals.h | 58 SetShouldNotify (int32_t signo, bool value);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectProcess.cpp | 1854 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute() 1874 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
|