Lines Matching refs:lldbExec
365 lldbtest_config.lldbExec = os.path.abspath(args.executable)
366 if not is_exe(lldbtest_config.lldbExec):
367 lldbtest_config.lldbExec = which(args.executable)
368 if not is_exe(lldbtest_config.lldbExec):
500 if not lldbtest_config.lldbExec:
504 lldbtest_config.lldbExec = os.environ["LLDB_EXEC"]
506 if not lldbtest_config.lldbExec:
508 lldbtest_config.lldbExec = which('lldb')
510 if lldbtest_config.lldbExec and not is_exe(lldbtest_config.lldbExec):
513 lldbtest_config.lldbExec))
514 lldbtest_config.lldbExec = None
516 if not lldbtest_config.lldbExec:
520 os.system('%s -v' % lldbtest_config.lldbExec)
522 lldbDir = os.path.dirname(lldbtest_config.lldbExec)
536 …lldb_dash_p_result = subprocess.check_output([lldbtest_config.lldbExec, "-P"], universal_newlines=…
559 lldbtest_config.lldbExec)