Home
last modified time | relevance | path

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

/external/lldb/test/
Ddotest.py144 lldbExecutablePath = None variable
390 global lldbExecutablePath
607 lldbExecutablePath = args.executable
780 global lldbExecutablePath
831 if lldbExecutablePath:
832 if is_exe(lldbExecutablePath):
833 lldbExec = lldbExecutablePath
836 print lldbExecutablePath + " is not an executable"