Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestClient.h35 static bool IsDebugServer() { return LLDB_SERVER_IS_DEBUGSERVER; } in IsDebugServer() function
36 static bool IsLldbServer() { return !IsDebugServer(); } in IsLldbServer()