Searched refs:lldbExec (Results 1 – 4 of 4) sorted by relevance
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))[all …]
22 lldbExec = None variable
32 args += [lldbtest_config.lldbExec, '--no-lldbinit']
1273 lldbtest_config.lldbExec,1278 "-o", "file " + lldbtest_config.lldbExec,1585 lldb_dir = os.path.dirname(lldbtest_config.lldbExec)