Searched refs:m_stop_packet_stack (Results 1 – 2 of 2) sorted by relevance
250 std::vector<StringExtractorGDBRemote> m_stop_packet_stack; // The stop packet variable
1568 int nItems = m_stop_packet_stack.size(); in UpdateThreadIDList()1572 StringExtractorGDBRemote &stop_info = m_stop_packet_stack[i]; in UpdateThreadIDList()2388 int nItems = m_stop_packet_stack.size(); in RefreshStateAfterStop()2392 StringExtractorGDBRemote stop_info = m_stop_packet_stack[i]; in RefreshStateAfterStop()2397 m_stop_packet_stack.clear(); in RefreshStateAfterStop()2655 m_stop_packet_stack.clear(); in SetLastStopPacket()2659 m_stop_packet_stack.push_back(response); in SetLastStopPacket()