Lines Matching defs:actions
301 // make these file actions non-null process launch -i/e/o will also make
302 // these file actions non-null nullptr means that the traffic is expected to
1527 NativeProcessProtocol &process, const ResumeActionList &actions) {
1538 Status error = process.Resume(actions);
1661 ResumeActionList actions(StateType::eStateRunning,
1664 PacketResult resume_res = ResumeProcess(*m_continue_process, actions);
1680 static bool ResumeActionListStopsAllThreads(ResumeActionList &actions) {
1684 actions.GetActionForThread(LLDB_INVALID_THREAD_ID, false)) {
1685 if (default_action->state == eStateSuspended && actions.GetSize() == 1)
3038 // Setup the actions list.
3039 ResumeActionList actions;
3040 actions.Append(action);
3043 actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0);
3045 PacketResult resume_res = ResumeProcess(*m_continue_process, actions);