Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformRemoteDarwinDevice.cpp145 const char *paths_to_try[] = {"Symbols", "", "Symbols.Internal", nullptr}; in GetFileInSDK() local
146 for (size_t i = 0; paths_to_try[i] != nullptr; i++) { in GetFileInSDK()
148 if (paths_to_try[i][0] != '\0') in GetFileInSDK()
149 local_file.AppendPathComponent(paths_to_try[i]); in GetFileInSDK()
154 platform_file_path, sdkroot_path.c_str(), paths_to_try[i]); in GetFileInSDK()
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1571 paths_to_try = [
1579 for p in paths_to_try: