Searched refs:thread_actions (Results 1 – 3 of 3) sorted by relevance
455 NativeProcessDarwin &process, const ResumeActionList &thread_actions) { in ProcessWillResume() argument468 if ((thread_actions.GetSize() > 0) && in ProcessWillResume()469 (thread_actions.NumActionsWithState(eStateStepping) + in ProcessWillResume()470 thread_actions.NumActionsWithState (eStateRunning) == 1)) in ProcessWillResume()473 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()474 size_t num_actions = thread_actions.GetSize(); in ProcessWillResume()515 …const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID()… in ProcessWillResume()
60 const ResumeActionList &thread_actions);
1516 ResumeActionList thread_actions; local1570 thread_actions.Append(thread_action);1573 Status error = m_debugged_process_up->Resume(thread_actions);