Home
last modified time | relevance | path

Searched refs:m_supports_qEcho (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h151 LazyBool m_supports_qEcho; variable
DGDBRemoteCommunication.cpp70 m_echo_number(0), m_supports_qEcho(eLazyBoolCalculate), m_history(512), in GDBRemoteCommunication()
327 if (m_supports_qEcho == eLazyBoolYes) { in WaitForPacketNoLock()
DGDBRemoteCommunicationClient.cpp147 if (m_supports_qEcho == eLazyBoolCalculate) { in GetEchoSupported()
150 return m_supports_qEcho == eLazyBoolYes; in GetEchoSupported()
427 m_supports_qEcho = eLazyBoolYes; in GetRemoteQSupported()
429 m_supports_qEcho = eLazyBoolNo; in GetRemoteQSupported()