Searched refs:lldbExec (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | dotest.py | 366 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 D | lldbtest_config.py | 22 lldbExec = None variable
|
| H A D | lldbpexpect.py | 35 args += [lldbtest_config.lldbExec, '--no-lldbinit']
|
| H A D | lldbtest.py | 1256 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 D | TestFrameVariableResponse.py | 18 self.exe = lldbtest_config.lldbExec 45 (lldbtest_config.lldbExec, self.lldbOption, exe))
|
| /llvm-project-15.0.7/lldb/test/API/benchmarks/stepping/ |
| H A D | TestSteppingSpeed.py | 19 self.exe = lldbtest_config.lldbExec 46 (lldbtest_config.lldbExec, self.lldbOption, exe))
|
| /llvm-project-15.0.7/lldb/test/API/benchmarks/startup/ |
| H A D | TestStartupDelays.py | 23 self.exe = lldbtest_config.lldbExec 59 (lldbtest_config.lldbExec, self.lldbOption))
|
| /llvm-project-15.0.7/lldb/test/API/benchmarks/turnaround/ |
| H A D | TestCompileRunToBreakpointTurnaround.py | 19 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 D | TestReproducerFSCaseSensitivity.py | 31 lldbtest_config.lldbExec, '-b', '--no-lldbinit', '--no-use-colors']
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/reproducers/attach/ |
| H A D | TestReproducerAttach.py | 45 lldbtest_config.lldbExec, '-b', '--no-lldbinit', '--no-use-colors']
|
| /llvm-project-15.0.7/lldb/test/API/benchmarks/expression/ |
| H A D | TestExpressionCmd.py | 51 (lldbtest_config.lldbExec, self.lldbOption, exe))
|
| H A D | TestRepeatedExprs.py | 53 (lldbtest_config.lldbExec, self.lldbOption, exe))
|
| /llvm-project-15.0.7/lldb/test/API/terminal/ |
| H A D | TestSTTYBeforeAndAfter.py | 71 child.sendline(lldbtest_config.lldbExec)
|
| /llvm-project-15.0.7/lldb/test/API/macosx/nslog/ |
| H A D | TestDarwinNSLogOutput.py | 60 self.child = pexpect.spawnu('%s %s %s' % (lldbtest_config.lldbExec,
|