Home
last modified time | relevance | path

Searched defs:TestClient (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp18 class TestClient : public GDBRemoteCommunication { class
20 TestClient() in TestClient() function in __anonbd7795710111::TestClient
H A DGDBRemoteClientBaseTest.cpp41 struct TestClient : public GDBRemoteClientBase { struct
42 TestClient() : GDBRemoteClientBase("test.client", "test.client.listener") { in TestClient() function
H A DGDBRemoteCommunicationClientTest.cpp31 struct TestClient : public GDBRemoteCommunicationClient { struct
32 TestClient() { m_send_acks = false; } in TestClient() function
/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp32 TestClient::TestClient(std::unique_ptr<Connection> Conn) { in TestClient() function in TestClient