Home
last modified time | relevance | path

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

/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp1 //===-- TestClient.cpp ----------------------------------------------------===//
9 #include "TestClient.h"
33 TestClient::TestClient(std::unique_ptr<Connection> Conn) { in TestClient() function in TestClient
38 TestClient::~TestClient() { in ~TestClient()
45 Error TestClient::initializeConnection() { in initializeConnection()
57 Expected<std::unique_ptr<TestClient>> TestClient::launch(StringRef Log) { in launch()
61 Expected<std::unique_ptr<TestClient>> TestClien
[all...]
H A DTestClient.h1 //===-- TestClient.h --------------------------------------------*- C++ -*-===//
36 class TestClient in IsLldbServer()
44 static llvm::Expected<std::unique_ptr<TestClient>> launch(llvm::StringRef Log);
48 static llvm::Expected<std::unique_ptr<TestClient>>
54 static llvm::Expected<std::unique_ptr<TestClient>>
59 ~TestClient() override;
88 TestClient(std::unique_ptr<lldb_private::Connection> Conn);
108 TestClient::SendMessage(llvm::StringRef Message, CreateArgs &&... Args) { in SendMessage()
H A DLLGSTest.cpp23 auto ClientOr = TestClient::launchCustom(
41 auto ClientOr = TestClient::launchCustom( in TEST_F()
56 auto ClientOr = TestClient::launchCustom( in TEST_F()
H A DTestBase.h48 auto ClientOr = TestClient::launch(getLogFileName()); in SetUp()
54 std::unique_ptr<TestClient> Client;
H A DCMakeLists.txt5 TestClient.cpp
/llvm-project/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteCommunicationTest.cpp18 class TestClient : public GDBRemoteCommunication { class
20 TestClient() : GDBRemoteCommunication() {} in TestClient() function in __anondc2ead940111::TestClient
36 TestClient client;
H A DGDBRemoteClientBaseTest.cpp41 struct TestClient : public GDBRemoteClientBase { struct
42 TestClient() : GDBRemoteClientBase("test.client") { in TestClient() argument
52 ASSERT_EQ(TestClient::eBroadcastBitRunPacketSent, in SetUp()
54 &client, TestClient::eBroadcastBitRunPacketSent)); in SetUp()
60 TestClient client;
74 &client, TestClient::eBroadcastBitRunPacketSent, event_sp, in WaitForRunEvent()
H A DGDBRemoteCommunicationClientTest.cpp32 struct TestClient : public GDBRemoteCommunicationClient { struct
33 TestClient() { m_send_acks = false; } in TestClient() argument
71 TestClient client;
486 check_qmemtags(TestClient &client, MockServer &server, size_t read_len, in check_qmemtags()
563 static void check_Qmemtags(TestClient &client, MockServer &server, in check_Qmemtags()