Searched refs:m_stop_packet_stack (Results 1 – 2 of 2) sorted by relevance
252 std::vector<StringExtractorGDBRemote> m_stop_packet_stack; // The stop packet variable
1564 int nItems = m_stop_packet_stack.size(); in UpdateThreadIDList()1568 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList()2363 int nItems = m_stop_packet_stack.size(); in RefreshStateAfterStop()2367 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop()2372 m_stop_packet_stack.clear(); in RefreshStateAfterStop()2628 m_stop_packet_stack.clear(); in SetLastStopPacket()2632 m_stop_packet_stack.push_back(response); in SetLastStopPacket()