Home
last modified time | relevance | path

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

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