Searched refs:m_stop_packet_stack (Results 1 – 2 of 2) sorted by relevance
271 std::vector<StringExtractorGDBRemote> m_stop_packet_stack; // The stop packet variable
1645 int nItems = m_stop_packet_stack.size(); in UpdateThreadIDList()1649 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList()2429 int nItems = m_stop_packet_stack.size(); in RefreshStateAfterStop()2433 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop()2438 m_stop_packet_stack.clear(); in RefreshStateAfterStop()2706 m_stop_packet_stack.clear(); in SetLastStopPacket()2710 m_stop_packet_stack.push_back(response); in SetLastStopPacket()