Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h122 bool GetSendAcks() { return m_send_acks; } in GetSendAcks()
154 bool m_send_acks; variable
H A DGDBRemoteCommunication.cpp56 m_send_acks(true), m_is_platform(false), in GDBRemoteCommunication()
H A DGDBRemoteCommunicationServerCommon.cpp914 m_send_acks = false; in Handle_QStartNoAckMode()
H A DGDBRemoteCommunicationClient.cpp216 m_send_acks = true; in QueryNoAckModeSupported()
229 m_send_acks = false; in QueryNoAckModeSupported()