Searched refs:xcode_dir (Results 1 – 5 of 5) sorted by relevance
19 xcode_dir = commands.getoutput("xcode-select --print-path") variable20 if xcode_dir:21 lldb_python_dirs.append(os.path.realpath(xcode_dir +23 lldb_python_dirs.append(xcode_dir +
29 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable30 if xcode_dir:33 xcode_dir +36 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
30 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable31 if xcode_dir:34 xcode_dir +37 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
31 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable32 if xcode_dir:35 xcode_dir +38 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
35 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable36 if xcode_dir:39 xcode_dir +42 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')