Searched refs:thread_actions (Results 1 – 1 of 1) sorted by relevance
1715 std::unordered_map<lldb::pid_t, ResumeActionList> thread_actions; in Handle_vCont() local1805 thread_actions[process_it.first].Append(thread_action); in Handle_vCont()1807 thread_actions[pid].Append(thread_action); in Handle_vCont()1810 assert(thread_actions.size() >= 1); in Handle_vCont()1811 if (thread_actions.size() > 1 && !m_non_stop) in Handle_vCont()1816 for (std::pair<lldb::pid_t, ResumeActionList> x : thread_actions) { in Handle_vCont()1852 assert(thread_actions.size() == 1); in Handle_vCont()