Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1135 FileSpec xcode_lldb_resources = xcode_contents_dir; in LocateExecutable() local
1136 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()