Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3463 FileSpec debugserver_file_spec; in GetDebugserverPath() local
3471 debugserver_file_spec.SetFile(env_debugserver_path, in GetDebugserverPath()
3476 debugserver_file_spec = g_debugserver_file_spec; in GetDebugserverPath()
3477 if (FileSystem::Instance().Exists(debugserver_file_spec)) in GetDebugserverPath()
3478 return debugserver_file_spec; in GetDebugserverPath()
3481 debugserver_file_spec = HostInfo::GetSupportExeDir(); in GetDebugserverPath()
3482 if (debugserver_file_spec) { in GetDebugserverPath()
3483 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in GetDebugserverPath()
3484 if (FileSystem::Instance().Exists(debugserver_file_spec)) { in GetDebugserverPath()
3485 LLDB_LOG(log, "found gdb-remote stub exe '{0}'", debugserver_file_spec); in GetDebugserverPath()
[all …]