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
1530 NativeProcessProtocol &process, const ResumeActionList &actions) {
1541 Status error = process.Resume(actions);
1664 ResumeActionList actions(StateType::eStateRunning,
1667 PacketResult resume_res = ResumeProcess(*m_continue_process, actions);
1683 static bool ResumeActionListStopsAllThreads(ResumeActionList &actions) {
1687 actions.GetActionForThread(LLDB_INVALID_THREAD_ID, false)) {
1688 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);