Searched refs:GetFirst (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/lldb/tools/debugserver/source/ |
| H A D | DNBThreadResumeActions.h | 51 const DNBThreadResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
|
| H A D | RNBRemote.cpp | 3779 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 D | Debug.h | 117 const ResumeAction *GetFirst() const { return m_actions.data(); } in GetFirst() function
|
| /llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/ |
| H A D | MachThreadList.cpp | 391 const DNBThreadResumeAction *action_ptr = thread_actions.GetFirst(); in ProcessWillResume()
|