Searched refs:DNBProcessResume (Results 1 – 4 of 4) sorted by relevance
/external/lldb/tools/debugserver/source/ |
D | DNB.h | 57 nub_bool_t DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, s…
|
D | RNBRemote.cpp | 3127 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst (), thread_actions.GetSize()); in HandlePacket_v() 3547 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize())) in HandlePacket_c() 3763 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize())) in HandlePacket_C() 3835 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize())) in HandlePacket_s() 3885 if (!DNBProcessResume (pid, thread_actions.GetFirst(), thread_actions.GetSize())) in HandlePacket_S()
|
D | DNB.cpp | 820 DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions) in DNBProcessResume() function
|
D | ChangeLog | 622 (DNBProcessResume): Added better logging. 877 * DNB.cpp (DNBProcessResume): Pass 0 as the signal when resuming
|