21 lines · plain
1add_lldb_unittest(ProcessGdbRemoteTests2 GDBRemoteClientBaseTest.cpp3 GDBRemoteCommunicationClientTest.cpp4 GDBRemoteCommunicationServerLLGSTest.cpp5 GDBRemoteCommunicationServerTest.cpp6 GDBRemoteCommunicationTest.cpp7 GDBRemoteTestUtils.cpp8 9 LINK_COMPONENTS10 Support11 LINK_LIBS12 LLVMTestingSupport13 lldbCore14 lldbHost15 lldbInterpreter16 lldbPluginProcessUtility17 lldbSymbol18 lldbTarget19 lldbValueObject20 )21