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 DGDBRemoteCommunication.cpp894 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local
902 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
909 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()
911 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
914 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()
915 if (debugserver_file_spec) { in StartDebugserverProcess()
916 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
917 debugserver_exists = FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
921 __FUNCTION__, debugserver_file_spec.GetPath().c_str()); in StartDebugserverProcess()
923 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()
[all …]