Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp916 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local
924 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
931 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()
933 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
936 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()
937 if (debugserver_file_spec) { in StartDebugserverProcess()
938 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
945 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()
948 debugserver_file_spec = in StartDebugserverProcess()
951 debugserver_file_spec.Clear(); in StartDebugserverProcess()
[all …]