Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DDNBThreadResumeActions.h51 const DNBThreadResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
DRNBRemote.cpp3783 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst(), in HandlePacket_v()
4271 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_c()
4555 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_C()
4632 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_s()
4680 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_S()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DDebug.h117 const ResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
DMachThreadList.cpp391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()