Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/examples/python/
H A Dprocess_events.py31 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
H A Dmemory.py29 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
H A Dtypes.py30 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
H A Dperformance.py35 xcode_dir = subprocess.check_output("xcode-select --print-path", shell=True) variable
/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