Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h171 uint32_t m_echo_number; variable
H A DGDBRemoteCommunication.cpp66 m_echo_number(0), m_supports_qEcho(eLazyBoolCalculate), m_history(512), in GDBRemoteCommunication()
304 "qEcho:%u", ++m_echo_number); in WaitForPacketNoLock()