Home
last modified time | relevance | path

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

/external/lldb/examples/python/
Dmemory.py27 xcode_dir = commands.getoutput("xcode-select --print-path") variable
28 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')
Dtypes.py28 xcode_dir = commands.getoutput("xcode-select --print-path") variable
29 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')
Dprocess_events.py29 xcode_dir = commands.getoutput("xcode-select --print-path") variable
30 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')
Dperformance.py33 xcode_dir = commands.getoutput("xcode-select --print-path") variable
34 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')
Dcrashlog.py54 xcode_dir = commands.getoutput("xcode-select --print-path") variable
55 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')