Searched refs:DNBThreadResumeAction (Results 1 - 10 of 10) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h30 DNBThreadResumeActions (const DNBThreadResumeAction *actions, size_t num_actions);
39 Append (const DNBThreadResumeAction &action);
65 const DNBThreadResumeAction *
77 const DNBThreadResumeAction *
97 std::vector<DNBThreadResumeAction> m_actions;
H A DDNBThreadResumeActions.cpp22 DNBThreadResumeActions::DNBThreadResumeActions (const DNBThreadResumeAction *actions, size_t num_actions) :
41 DNBThreadResumeActions::Append (const DNBThreadResumeAction &action)
56 DNBThreadResumeAction action = { tid, state, signal, addr };
61 const DNBThreadResumeAction *
95 DNBThreadResumeAction default_action = {INVALID_NUB_THREAD, action, signal, INVALID_NUB_ADDRESS };
H A DDNB.h57 nub_bool_t DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions) DNB_EXPORT;
H A DDNBDefs.h222 struct DNBThreadResumeAction struct
H A DRNBRemote.cpp3075 DNBThreadResumeAction thread_action;
3533 DNBThreadResumeAction action = { INVALID_NUB_THREAD, eStateRunning, 0, INVALID_NUB_ADDRESS };
3739 DNBThreadResumeAction action = { INVALID_NUB_THREAD, eStateRunning, 0, INVALID_NUB_ADDRESS };
3851 DNBThreadResumeAction action = { INVALID_NUB_THREAD, eStateStepping, 0, INVALID_NUB_ADDRESS };
H A DDNB.cpp820 DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions)
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp385 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst();
401 DNBThreadResumeAction resume_new_threads = { -1U, eStateRunning, 0, INVALID_NUB_ADDRESS };
424 const DNBThreadResumeAction *thread_action = thread_actions.GetActionForThread (thread->ThreadID(), true);
H A DMachThread.h77 void ThreadWillResume (const DNBThreadResumeAction *thread_action, bool others_stopped = false);
H A DMachThread.cpp382 MachThread::ThreadWillResume(const DNBThreadResumeAction *thread_action, bool others_stopped)
H A DMachProcess.cpp525 DNBThreadResumeAction thread_action;
671 const DNBThreadResumeAction *action = NULL;

Completed in 147 milliseconds