Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h51 const DNBThreadResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
H A DRNBRemote.cpp3779 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst(), in HandlePacket_v()
4267 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_c()
4551 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_C()
4628 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_s()
4676 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_S()
/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DDebug.h117 const ResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()