Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp910 bool debugserver_exists = in StartDebugserverProcess() local
912 if (!debugserver_exists) { in StartDebugserverProcess()
917 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
918 if (debugserver_exists) { in StartDebugserverProcess()
933 debugserver_exists = true; in StartDebugserverProcess()
947 if (debugserver_exists) { in StartDebugserverProcess()