Home
last modified time | relevance | path

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

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