Lines Matching defs:signals
1138 UnixSignalsSP signals = m_exe_ctx.GetProcessPtr()->GetUnixSignals();
1139 int signo = signals->GetFirstSignalNumber();
1141 request.TryCompleteCurrentArg(signals->GetSignalAsStringRef(signo));
1142 signo = signals->GetNextSignalNumber(signo);
1525 "Manage LLDB handling of OS signals for the "
1529 SetHelpLong("\nIf no signals are specified but one or more actions are, "
1582 } else // Print info for ALL signals
1597 // Any signals that are being set should be added to the Target's
1727 // signals. But we can't do this without a process since we don't know
1728 // all the possible signals that might be valid for this target.
1733 "Do you really want to update all the signals?", false)) {