Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBUnixSignals.cpp143 bool SBUnixSignals::SetShouldNotify(int32_t signo, bool value) { in SetShouldNotify() function in SBUnixSignals
144 LLDB_RECORD_METHOD(bool, SBUnixSignals, SetShouldNotify, (int32_t, bool), in SetShouldNotify()
150 return signals_sp->SetShouldNotify(signo, value); in SetShouldNotify()
198 LLDB_REGISTER_METHOD(bool, SBUnixSignals, SetShouldNotify, (int32_t, bool)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnixSignals.h54 bool SetShouldNotify(int32_t signo, bool value);
56 bool SetShouldNotify(const char *signal_name, bool value);
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DUnixSignals.cpp257 bool UnixSignals::SetShouldNotify(int signo, bool value) { in SetShouldNotify() function in UnixSignals
267 bool UnixSignals::SetShouldNotify(const char *signal_name, bool value) { in SetShouldNotify() function in UnixSignals
270 return SetShouldNotify(signo, value); in SetShouldNotify()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBUnixSignals.i55 SetShouldNotify (int32_t signo, bool value);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBUnixSignals.h47 bool SetShouldNotify(int32_t signo, bool value);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProcess.cpp1582 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
1598 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65221 result = (bool)(arg1)->SetShouldNotify(arg2,arg3); in _wrap_SBUnixSignals_SetShouldNotify()