Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h150 uint32_t m_echo_number; variable
DGDBRemoteCommunication.cpp70 m_echo_number(0), m_supports_qEcho(eLazyBoolCalculate), m_history(512), in GDBRemoteCommunication()
329 "qEcho:%u", ++m_echo_number); in WaitForPacketNoLock()