Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h172 LazyBool m_supports_qEcho; variable
H A DGDBRemoteCommunication.cpp66 m_echo_number(0), m_supports_qEcho(eLazyBoolCalculate), m_history(512), in GDBRemoteCommunication()
302 if (m_supports_qEcho == eLazyBoolYes) { in WaitForPacketNoLock()
H A DGDBRemoteCommunicationClient.cpp125 if (m_supports_qEcho == eLazyBoolCalculate) { in GetEchoSupported()
128 return m_supports_qEcho == eLazyBoolYes; in GetEchoSupported()
344 m_supports_qEcho = eLazyBoolNo; in GetRemoteQSupported()
388 m_supports_qEcho = eLazyBoolYes; in GetRemoteQSupported()