Lines Matching refs:lldbExec
369 lldbtest_config.lldbExec = os.path.abspath(args.executable)
370 if not is_exe(lldbtest_config.lldbExec):
371 lldbtest_config.lldbExec = which(args.executable)
372 if not is_exe(lldbtest_config.lldbExec):
504 if not lldbtest_config.lldbExec:
508 lldbtest_config.lldbExec = os.environ["LLDB_EXEC"]
510 if not lldbtest_config.lldbExec:
512 lldbtest_config.lldbExec = which('lldb')
514 if lldbtest_config.lldbExec and not is_exe(lldbtest_config.lldbExec):
517 lldbtest_config.lldbExec))
518 lldbtest_config.lldbExec = None
520 if not lldbtest_config.lldbExec:
524 os.system('%s -v' % lldbtest_config.lldbExec)
526 lldbDir = os.path.dirname(lldbtest_config.lldbExec)
540 …lldb_dash_p_result = subprocess.check_output([lldbtest_config.lldbExec, "-P"], universal_newlines=…
563 lldbtest_config.lldbExec)