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.h134 bool GetSendAcks() { return m_send_acks; } in GetSendAcks()
174 bool m_send_acks; variable
H A DGDBRemoteCommunication.cpp67 m_send_acks(true), m_is_platform(false), in GDBRemoteCommunication()
H A DGDBRemoteCommunicationServerCommon.cpp912 m_send_acks = false; in Handle_QStartNoAckMode()
H A DGDBRemoteCommunicationClient.cpp202 m_send_acks = true; in QueryNoAckModeSupported()
215 m_send_acks = false; in QueryNoAckModeSupported()