Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h138 bool GetSendAcks() { return m_send_acks; } in GetSendAcks()
178 bool m_send_acks; variable
H A DGDBRemoteCommunication.cpp70 m_send_acks(true), m_is_platform(false), in GDBRemoteCommunication()
H A DGDBRemoteCommunicationServerCommon.cpp913 m_send_acks = false; in Handle_QStartNoAckMode()
H A DGDBRemoteCommunicationClient.cpp193 m_send_acks = true; in QueryNoAckModeSupported()
206 m_send_acks = false; in QueryNoAckModeSupported()
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h58 m_send_acks = false; in MockServer()
H A DGDBRemoteClientBaseTest.cpp43 m_send_acks = false; in TestClient()
H A DGDBRemoteCommunicationClientTest.cpp32 TestClient() { m_send_acks = false; } in TestClient()
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp52 m_send_acks = false; in initializeConnection()