Home
last modified time | relevance | path

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

/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/llgdb-tests/
H A Dllgdb.py19 xcode_dir = commands.getoutput("xcode-select --print-path") variable
20 if xcode_dir:
21 lldb_python_dirs.append(os.path.realpath(xcode_dir +
23 lldb_python_dirs.append(xcode_dir +
/llvm-project-15.0.7/lldb/examples/python/
H A Dmemory.py29 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
30 if xcode_dir:
33 xcode_dir +
36 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
H A Dtypes.py30 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
31 if xcode_dir:
34 xcode_dir +
37 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
H A Dprocess_events.py31 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
32 if xcode_dir:
35 xcode_dir +
38 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')
H A Dperformance.py35 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
36 if xcode_dir:
39 xcode_dir +
42 xcode_dir + '/Library/PrivateFrameworks/LLDB.framework/Resources/Python')