Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp931 bool debugserver_exists = in StartDebugserverProcess() local
933 if (!debugserver_exists) { in StartDebugserverProcess()
938 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
939 if (debugserver_exists) { in StartDebugserverProcess()
954 debugserver_exists = true; in StartDebugserverProcess()
968 if (debugserver_exists) { in StartDebugserverProcess()