Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h113 bool GetSendAcks() { return m_send_acks; } in GetSendAcks()
153 bool m_send_acks; variable
DGDBRemoteCommunicationReplayServer.cpp120 m_send_acks = false; in GetPacketAndSendResponse()
DGDBRemoteCommunication.cpp71 m_send_acks(true), m_compression_type(CompressionType::None), in GDBRemoteCommunication()
DGDBRemoteCommunicationServerCommon.cpp885 m_send_acks = false; in Handle_QStartNoAckMode()
DGDBRemoteCommunicationClient.cpp211 m_send_acks = true; in QueryNoAckModeSupported()
224 m_send_acks = false; in QueryNoAckModeSupported()
/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteTestUtils.h58 m_send_acks = false; in MockServer()
DGDBRemoteClientBaseTest.cpp43 m_send_acks = false; in TestClient()
DGDBRemoteCommunicationClientTest.cpp32 TestClient() { m_send_acks = false; } in TestClient()
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.cpp52 m_send_acks = false; in initializeConnection()