Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1167 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable() local
1168 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()