Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp915 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local
923 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
930 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()
932 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
935 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()
936 if (debugserver_file_spec) { in StartDebugserverProcess()
937 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
944 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()
947 debugserver_file_spec = in StartDebugserverProcess()
950 debugserver_file_spec.Clear(); in StartDebugserverProcess()
[all …]