Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h250 std::vector<StringExtractorGDBRemote> m_stop_packet_stack; // The stop packet variable
H A DProcessGDBRemote.cpp1568 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()