Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp967 bool debugserver_exists = in StartDebugserverProcess() local
969 if (!debugserver_exists) { in StartDebugserverProcess()
974 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
975 if (debugserver_exists) { in StartDebugserverProcess()
988 debugserver_exists = true; in StartDebugserverProcess()
1002 if (debugserver_exists) { in StartDebugserverProcess()