Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp1804 for (auto &process_it : m_debugged_processes) in Handle_vCont() local
1805 thread_actions[process_it.first].Append(thread_action); in Handle_vCont()
1817 auto process_it = m_debugged_processes.find(x.first); in Handle_vCont() local
1818 if (process_it == m_debugged_processes.end()) { in Handle_vCont()
1836 assert(process_it->second.process_up); in Handle_vCont()
1838 if (process_it->second.process_up->IsRunning()) { in Handle_vCont()
1841 Status error = process_it->second.process_up->Interrupt(); in Handle_vCont()
1857 ResumeProcess(*process_it->second.process_up, x.second); in Handle_vCont()
3947 for (auto &process_it : m_debugged_processes) { in Handle_QNonStop() local
3948 if (process_it.second.process_up->IsRunning()) { in Handle_QNonStop()
[all …]