Home
last modified time | relevance | path

Searched refs:m_send_acks (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunication.h113 bool GetSendAcks() { return m_send_acks; } in GetSendAcks()
150 bool m_send_acks; variable
HDGDBRemoteCommunicationReplayServer.cpp120 m_send_acks = false; in GetPacketAndSendResponse()
HDGDBRemoteCommunication.cpp71 m_send_acks(true), m_compression_type(CompressionType::None), in GDBRemoteCommunication()
HDGDBRemoteCommunicationServerCommon.cpp885 m_send_acks = false; in Handle_QStartNoAckMode()
HDGDBRemoteCommunicationClient.cpp204 m_send_acks = true; in QueryNoAckModeSupported()
217 m_send_acks = false; in QueryNoAckModeSupported()