Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.cpp932 bool debugserver_exists = in StartDebugserverProcess() local
934 if (!debugserver_exists) { in StartDebugserverProcess()
939 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
940 if (debugserver_exists) { in StartDebugserverProcess()
955 debugserver_exists = true; in StartDebugserverProcess()
969 if (debugserver_exists) { in StartDebugserverProcess()