Searched refs:TestClient (Results 1 – 8 of 8) sorted by relevance
/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
H A D | TestClient.cpp | 1 //===-- 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 D | TestClient.h | 1 //===-- 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 D | LLGSTest.cpp | 23 auto ClientOr = TestClient::launchCustom( 41 auto ClientOr = TestClient::launchCustom( in TEST_F() 56 auto ClientOr = TestClient::launchCustom( in TEST_F()
|
H A D | TestBase.h | 48 auto ClientOr = TestClient::launch(getLogFileName()); in SetUp() 54 std::unique_ptr<TestClient> Client;
|
H A D | CMakeLists.txt | 5 TestClient.cpp
|
/llvm-project/lldb/unittests/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationTest.cpp | 18 class TestClient : public GDBRemoteCommunication { class 20 TestClient() : GDBRemoteCommunication() {} in TestClient() function in __anondc2ead940111::TestClient 36 TestClient client;
|
H A D | GDBRemoteClientBaseTest.cpp | 41 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 D | GDBRemoteCommunicationClientTest.cpp | 32 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()
|