Searched refs:xcode_lldb_resources (Results 1 – 1 of 1) sorted by relevance
1167 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable() local1168 xcode_lldb_resources.AppendPathComponent("SharedFrameworks"); in LocateExecutable()1169 xcode_lldb_resources.AppendPathComponent("LLDB.framework"); in LocateExecutable()1170 xcode_lldb_resources.AppendPathComponent("Resources"); in LocateExecutable()1171 if (FileSystem::Instance().Exists(xcode_lldb_resources)) { in LocateExecutable()1173 dir.SetDirectory(xcode_lldb_resources.GetPathAsConstString()); in LocateExecutable()