Home
last modified time | relevance | path

Searched refs:DNBProcessResume (Results 1 – 4 of 4) sorted by relevance

/external/lldb/tools/debugserver/source/
DDNB.h57 nub_bool_t DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, s…
DRNBRemote.cpp3127 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()
DDNB.cpp820 DNBProcessResume (nub_process_t pid, const DNBThreadResumeAction *actions, size_t num_actions) in DNBProcessResume() function
DChangeLog622 (DNBProcessResume): Added better logging.
877 * DNB.cpp (DNBProcessResume): Pass 0 as the signal when resuming