Searched refs:xcode_dir (Results 1 – 5 of 5) sorted by relevance
27 xcode_dir = commands.getoutput("xcode-select --print-path") variable28 if xcode_dir:29 …lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resource…30 … lldb_python_dirs.append(xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
28 xcode_dir = commands.getoutput("xcode-select --print-path") variable29 if xcode_dir:30 …lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resource…31 … lldb_python_dirs.append(xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
29 xcode_dir = commands.getoutput("xcode-select --print-path") variable30 if xcode_dir:31 …lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resource…32 … lldb_python_dirs.append(xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
33 xcode_dir = commands.getoutput("xcode-select --print-path") variable34 if xcode_dir:35 …lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resource…36 … lldb_python_dirs.append(xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
54 xcode_dir = commands.getoutput("xcode-select --print-path") variable55 if xcode_dir:56 …lldb_python_dirs.append(os.path.realpath(xcode_dir + '/../SharedFrameworks/LLDB.framework/Resource…57 … lldb_python_dirs.append(xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')