Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py369 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 …]
H A Dlldbtest_config.py22 lldbExec = None variable
H A Dlldbpexpect.py32 args += [lldbtest_config.lldbExec, '--no-lldbinit']
H A Dlldbtest.py1273 lldbtest_config.lldbExec,
1278 "-o", "file " + lldbtest_config.lldbExec,
1585 lldb_dir = os.path.dirname(lldbtest_config.lldbExec)