Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddotest.py367 lldbtest_config.lldbExec = os.path.realpath(args.executable)
368 if not is_exe(lldbtest_config.lldbExec):
369 lldbtest_config.lldbExec = which(args.executable)
370 if not is_exe(lldbtest_config.lldbExec):
514 if not lldbtest_config.lldbExec:
518 lldbtest_config.lldbExec = os.environ["LLDB_EXEC"]
520 if not lldbtest_config.lldbExec:
522 lldbtest_config.lldbExec = which('lldb')
524 if lldbtest_config.lldbExec and not is_exe(lldbtest_config.lldbExec):
527 lldbtest_config.lldbExec))
[all …]
Dlldbtest_config.py22 lldbExec = None variable
Dlldbpexpect.py43 lldbtest_config.lldbExec, args=args, logfile=logfile,
Ddarwin_log.py65 self.child = pexpect.spawn('%s %s %s' % (lldbtest_config.lldbExec,
Dlldbtest.py1331 lldbtest_config.lldbExec,
1333 "file " + lldbtest_config.lldbExec,
1692 lldb_dir = os.path.dirname(lldbtest_config.lldbExec)
/external/llvm-project/lldb/test/API/benchmarks/frame_variable/
DTestFrameVariableResponse.py20 self.exe = lldbtest_config.lldbExec
47 (lldbtest_config.lldbExec, self.lldbOption, exe))
/external/llvm-project/lldb/test/API/benchmarks/startup/
DTestStartupDelays.py25 self.exe = lldbtest_config.lldbExec
61 (lldbtest_config.lldbExec, self.lldbOption))
/external/llvm-project/lldb/test/API/benchmarks/stepping/
DTestSteppingSpeed.py21 self.exe = lldbtest_config.lldbExec
48 (lldbtest_config.lldbExec, self.lldbOption, exe))
/external/llvm-project/lldb/test/API/functionalities/reproducers/attach/
DTestReproducerAttach.py48 lldbtest_config.lldbExec, '-b', '--no-lldbinit', '--no-use-colors']
63 [lldbtest_config.lldbExec, '-replay', reproducer],
/external/llvm-project/lldb/test/API/benchmarks/turnaround/
DTestCompileRunToBreakpointTurnaround.py21 self.exe = lldbtest_config.lldbExec
51 (lldbtest_config.lldbExec, self.lldbOption, exe))
/external/llvm-project/lldb/test/API/macosx/nslog/
DTestDarwinNSLogOutput.py62 self.child = pexpect.spawnu('%s %s %s' % (lldbtest_config.lldbExec,
65 self.child = pexpect.spawn('%s %s %s' % (lldbtest_config.lldbExec,
/external/llvm-project/lldb/test/API/benchmarks/expression/
DTestExpressionCmd.py53 (lldbtest_config.lldbExec, self.lldbOption, exe))
DTestRepeatedExprs.py55 (lldbtest_config.lldbExec, self.lldbOption, exe))
/external/llvm-project/lldb/test/API/terminal/
DTestSTTYBeforeAndAfter.py76 child.sendline(lldbtest_config.lldbExec)
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
Dlldbgdbserverutils.py79 lldbtest_config.lldbExec, "lldb-server")
97 lldbtest_config.lldbExec, "debugserver")