Home
last modified time | relevance | path

Searched refs:IsLldbServer (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/tools/lldb-server/tests/
H A DTestClient.cpp68 if (IsLldbServer()) in launchCustom()
74 if (IsLldbServer()) in launchCustom()
H A DTestClient.h36 static bool IsLldbServer() { return !IsDebugServer(); } in IsLldbServer() function