Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h175 uint32_t m_echo_number; variable
H A DGDBRemoteCommunication.cpp69 m_echo_number(0), m_supports_qEcho(eLazyBoolCalculate), m_history(512), in GDBRemoteCommunication()
324 "qEcho:%u", ++m_echo_number); in WaitForPacketNoLock()