Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnixSignals.h51 bool SetShouldStop(int32_t signo, bool value);
52 bool SetShouldStop(const char *signal_name, bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBUnixSignals.cpp94 bool SBUnixSignals::SetShouldStop(int32_t signo, bool value) { in SetShouldStop() function in SBUnixSignals
104 return signals_sp->SetShouldStop(signo, value); in SetShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DUnixSignals.cpp237 bool UnixSignals::SetShouldStop(int signo, bool value) { in SetShouldStop() function in UnixSignals
247 bool UnixSignals::SetShouldStop(const char *signal_name, bool value) { in SetShouldStop() function in UnixSignals
250 return SetShouldStop(signo, value); in SetShouldStop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBUnixSignals.h42 bool SetShouldStop(int32_t signo, bool value);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectProcess.cpp1550 signals_sp->SetShouldStop(signo, stop_action); in DoExecute()
1574 signals_sp->SetShouldStop(signo, stop_action); in DoExecute()