Home
last modified time | relevance | path

Searched refs:launchCustom (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DLLGSTest.cpp44 auto ClientOr = TestClient::launchCustom(getLogFileName(), in TEST_F()
H A DTestClient.cpp61 return launchCustom(Log, {}, InferiorArgs); in launch()
64 Expected<std::unique_ptr<TestClient>> TestClient::launchCustom(StringRef Log, ArrayRef<StringRef> S… in launchCustom() function in TestClient
H A DTestClient.h51launchCustom(llvm::StringRef Log, llvm::ArrayRef<llvm::StringRef> ServerArgs, llvm::ArrayRef<llvm:…