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