Searched refs:DNBProcessResume (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNB.h57 nub_bool_t DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions) DNB_EXPORT;
H A DRNBRemote.cpp3127 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst (), thread_actions.GetSize());
3547 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize()))
3763 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize()))
3835 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize()))
3885 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize()))
H A DDNB.cpp820 DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions) function

Completed in 1677 milliseconds