Searched refs:SetShouldNotify (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | UnixSignals.h | 56 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 D | SBUnixSignals.cpp | 116 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 D | UnixSignals.cpp | 261 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 D | SBUnixSignals.h | 46 bool SetShouldNotify(int32_t signo, bool value);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectProcess.cpp | 1556 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute() 1572 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
|