Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp1731 int notify_action = -1; // -1 means leave the current setting alone in DoExecute() local
1741 !VerifyCommandOptionValue(m_options.notify, notify_action)) { in DoExecute()
1755 && notify_action == -1); in DoExecute()
1801 if (notify_action != -1) in DoExecute()
1802 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
1837 set_lazy_bool(notify_action), in DoExecute()
1844 if (((notify_action != -1) || (stop_action != -1) || (pass_action != -1)) in DoExecute()
1850 if (notify_action != -1) in DoExecute()
1851 signals_sp->SetShouldNotify(signo, notify_action); in DoExecute()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1494 def set_actions_for_signal(testcase, signal_name, pass_action, stop_action, notify_action, expect_s… argument
1501 if notify_action != None:
1502 command +=" -n {0}".format(notify_action)