Searched refs:SetShouldNotify (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
H A DUnixSignals.h77 SetShouldNotify (int32_t signo, bool value);
80 SetShouldNotify (const char *signal_name,
/external/lldb/source/Target/
H A DUnixSignals.cpp275 UnixSignals::SetShouldNotify (int signo, bool value) function in class:UnixSignals
287 UnixSignals::SetShouldNotify (const char *signal_name, bool value) function in class:UnixSignals
291 return SetShouldNotify (signo, value);
/external/lldb/source/Commands/
H A DCommandObjectProcess.cpp1861 signals.SetShouldNotify (signo, (bool) notify_action);
1881 signals.SetShouldNotify (signo, (bool) notify_action);

Completed in 136 milliseconds