Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectProcess.cpp1814 int notify_action = -1; // -1 means leave the current setting alone in DoExecute() local
1825 && ! VerifyCommandOptionValue (m_options.notify, notify_action)) in DoExecute()
1860 if (notify_action != -1) in DoExecute()
1861 signals.SetShouldNotify (signo, (bool) notify_action); in DoExecute()
1873 if ((notify_action != -1) || (stop_action != -1) || (pass_action != -1)) in DoExecute()
1880 if (notify_action != -1) in DoExecute()
1881 signals.SetShouldNotify (signo, (bool) notify_action); in DoExecute()