Searched defs:thread_actions (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp370 MachThreadList::ProcessWillResume(MachProcess *process, const DNBThreadResumeActions &thread_actions) argument
381 if (thread_actions.GetSize() > 0
382 && thread_actions.NumActionsWithState(eStateStepping) + thread_actions.NumActionsWithState (eStateRunning) == 1)
385 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst();
386 size_t num_actions = thread_actions.GetSize();
424 const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID(), true);
H A DMachProcess.cpp380 MachProcess::Resume (const DNBThreadResumeActions& thread_actions) argument
387 m_thread_actions = thread_actions;
/external/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3066 DNBThreadResumeActions thread_actions; local
3121 thread_actions.Append (thread_action);
3126 thread_actions.SetDefaultThreadActionIfNeeded (eStateStopped, 0);
3127 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst (), thread_actions.GetSize());
3544 DNBThreadResumeActions thread_actions; local
3545 thread_actions.Append(action);
3546 thread_actions.SetDefaultThreadActionIfNeeded(eStateRunning, 0);
3547 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions
3758 DNBThreadResumeActions thread_actions; local
[all...]

Completed in 702 milliseconds