Searched refs:xcode_lldb_resources (Results 1 – 1 of 1) sorted by relevance
1135 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable() local1136 xcode_lldb_resources.AppendPathComponent("SharedFrameworks"); in LocateExecutable()1137 xcode_lldb_resources.AppendPathComponent("LLDB.framework"); in LocateExecutable()1138 xcode_lldb_resources.AppendPathComponent("Resources"); in LocateExecutable()1139 if (FileSystem::Instance().Exists(xcode_lldb_resources)) { in LocateExecutable()1141 dir.GetDirectory().SetCString(xcode_lldb_resources.GetPath().c_str()); in LocateExecutable()