Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp953 FileSpec &debugserver_file_spec = launch_info.GetExecutableFile(); in StartDebugserverProcess() local
959 debugserver_file_spec.SetFile(env_debugserver_path, in StartDebugserverProcess()
966 debugserver_file_spec = g_debugserver_file_spec; in StartDebugserverProcess()
968 FileSystem::Instance().Exists(debugserver_file_spec); in StartDebugserverProcess()
971 debugserver_file_spec = HostInfo::GetSupportExeDir(); in StartDebugserverProcess()
972 if (debugserver_file_spec) { in StartDebugserverProcess()
973 debugserver_file_spec.AppendPathComponent(DEBUGSERVER_BASENAME); in StartDebugserverProcess()
979 __FUNCTION__, debugserver_file_spec.GetPath().c_str()); in StartDebugserverProcess()
981 g_debugserver_file_spec = debugserver_file_spec; in StartDebugserverProcess()
983 debugserver_file_spec = in StartDebugserverProcess()
[all …]