Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.h51 const DNBThreadResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
H A DRNBRemote.cpp3856 DNBProcessResume(m_ctx.ProcessID(), thread_actions.GetFirst(), in HandlePacket_v()
4332 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_MemoryRegionInfo()
4595 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_D()
4672 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in HandlePacket_S()
4720 if (!DNBProcessResume(pid, thread_actions.GetFirst(), in GetArchName()
/llvm-project/lldb/include/lldb/Host/
H A DDebug.h117 const ResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()