Searched refs:m_proc_infos_index (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.h38 uint32_t m_proc_infos_index; member in class:lldb_private::process_gdb_remote::GDBRemoteCommunicationServerCommon
H A DGDBRemoteCommunicationServerCommon.cpp63 m_proc_infos_index(0), m_thread_suffix_supported(false),
336 m_proc_infos_index = 0;
419 if (m_proc_infos_index < m_proc_infos.size()) {
421 CreateProcessInfoResponse(m_proc_infos[m_proc_infos_index], response);
422 ++m_proc_infos_index;

Completed in 156 milliseconds