Searched refs:SetDefaultThreadActionIfNeeded (Results 1 - 5 of 5) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h72 SetDefaultThreadActionIfNeeded (nub_state_t action, int signal);
H A DDNBThreadResumeActions.cpp37 SetDefaultThreadActionIfNeeded (default_action, signal);
90 DNBThreadResumeActions::SetDefaultThreadActionIfNeeded (nub_state_t action, int signal) function in class:DNBThreadResumeActions
H A DDNB.cpp833 thread_actions.SetDefaultThreadActionIfNeeded (eStateRunning, 0);
839 thread_actions.SetDefaultThreadActionIfNeeded (eStateStopped, 0);
H A DRNBRemote.cpp3126 thread_actions.SetDefaultThreadActionIfNeeded (eStateStopped, 0);
3546 thread_actions.SetDefaultThreadActionIfNeeded(eStateRunning, 0);
3760 thread_actions.SetDefaultThreadActionIfNeeded (eStateRunning, action.signal);
3834 thread_actions.SetDefaultThreadActionIfNeeded (eStateStopped, 0);
3884 thread_actions.SetDefaultThreadActionIfNeeded(eStateStopped, 0);
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachProcess.cpp532 m_thread_actions.SetDefaultThreadActionIfNeeded (eStateRunning, 0);

Completed in 76 milliseconds