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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp954 bool debugserver_exists = local
956 if (!debugserver_exists) {
961 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec);
962 if (debugserver_exists) {
977 debugserver_exists = true;
991 if (debugserver_exists) {

Completed in 313 milliseconds