Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddotest.py366 if not is_exe(lldbtest_config.lldbExec):
368 if not is_exe(lldbtest_config.lldbExec):
500 if not lldbtest_config.lldbExec:
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)
[all …]
H A Dlldbtest_config.py22 lldbExec = None variable
H A Dlldbpexpect.py35 args += [lldbtest_config.lldbExec, '--no-lldbinit']
H A Dlldbtest.py1256 lldbtest_config.lldbExec,
1258 "file " + lldbtest_config.lldbExec,
1566 lldb_dir = os.path.dirname(lldbtest_config.lldbExec)
/llvm-project-15.0.7/lldb/test/API/benchmarks/frame_variable/
H A DTestFrameVariableResponse.py18 self.exe = lldbtest_config.lldbExec
45 (lldbtest_config.lldbExec, self.lldbOption, exe))
/llvm-project-15.0.7/lldb/test/API/benchmarks/stepping/
H A DTestSteppingSpeed.py19 self.exe = lldbtest_config.lldbExec
46 (lldbtest_config.lldbExec, self.lldbOption, exe))
/llvm-project-15.0.7/lldb/test/API/benchmarks/startup/
H A DTestStartupDelays.py23 self.exe = lldbtest_config.lldbExec
59 (lldbtest_config.lldbExec, self.lldbOption))
/llvm-project-15.0.7/lldb/test/API/benchmarks/turnaround/
H A DTestCompileRunToBreakpointTurnaround.py19 self.exe = lldbtest_config.lldbExec
49 (lldbtest_config.lldbExec, self.lldbOption, exe))
/llvm-project-15.0.7/lldb/test/API/functionalities/reproducers/fs-case-sensitivity/
H A DTestReproducerFSCaseSensitivity.py31 lldbtest_config.lldbExec, '-b', '--no-lldbinit', '--no-use-colors']
/llvm-project-15.0.7/lldb/test/API/functionalities/reproducers/attach/
H A DTestReproducerAttach.py45 lldbtest_config.lldbExec, '-b', '--no-lldbinit', '--no-use-colors']
/llvm-project-15.0.7/lldb/test/API/benchmarks/expression/
H A DTestExpressionCmd.py51 (lldbtest_config.lldbExec, self.lldbOption, exe))
H A DTestRepeatedExprs.py53 (lldbtest_config.lldbExec, self.lldbOption, exe))
/llvm-project-15.0.7/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py71 child.sendline(lldbtest_config.lldbExec)
/llvm-project-15.0.7/lldb/test/API/macosx/nslog/
H A DTestDarwinNSLogOutput.py60 self.child = pexpect.spawnu('%s %s %s' % (lldbtest_config.lldbExec,