Lines Matching full:sdk
54 strm.Printf(" SDK Path: \"%s\"\n", sdk_directory);
56 strm.PutCString(" SDK Path: error: unable to locate SDK\n");
61 strm.Printf(" SDK Roots: [%2u] \"%s\"\n", i,
78 // SDK root directory and the file path.
88 LLDB_LOGF(log, "Found a copy of %s in the SDK dir %s/%s",
163 // For iOS, the SDK files are all cached locally on the host system. So first
164 // we ask for the file in the cached SDK, then we attempt to get a shared
179 // If we are connected we migth be able to correctly deduce the SDK
183 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
197 // Try the last SDK index if it is set as most files from an SDK will tend
198 // to be valid in that same SDK.
200 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
214 // SDK version was specified via --version or --build, look for a match on
222 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
239 // Skip the last module SDK index if we already searched it above
242 LLDB_LOGV(log, "Searching for {0} in sdk path {1}", platform_file,
246 // printf ("sdk[%u]: '%s'\n", sdk_idx, local_file.GetPath().c_str());
250 // Remember the index of the last SDK that we found a file in in case
251 // the wrong SDK was selected.
262 // This may not be an SDK-related module. Try whether we can bring in the