Home
last modified time | relevance | path

Searched defs:SetShouldSuppress (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBUnixSignals.cpp92 bool SBUnixSignals::SetShouldSuppress(int32_t signo, bool value) { in SetShouldSuppress() function in SBUnixSignals
/freebsd-head/contrib/llvm-project/lldb/source/Target/
HDUnixSignals.cpp256 bool UnixSignals::SetShouldSuppress(int signo, bool value) { in SetShouldSuppress() function in UnixSignals
266 bool UnixSignals::SetShouldSuppress(const char *signal_name, bool value) { in SetShouldSuppress() function in UnixSignals