Home
last modified time | relevance | path

Searched refs:run_platform_command (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/commands/process/attach/attach_denied/
H A DTestAttachDenied.py31 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/functionalities/deleted-executable/
H A DTestDeletedExecutable.py28 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/bundle-with-dot-in-filename/
H A DTestBundleWithDotInFilename.py43 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/macosx/find-dsym/deep-bundle/
H A DTestDeepBundle.py41 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/disconnect/
H A DTestVSCode_disconnect.py66 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/macosx/function-starts/
H A DTestFunctionStarts.py44 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/functionalities/process_group/
H A DTestChangeProcessGroup.py35 lambda: self.run_platform_command(
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py86 self.run_platform_command("rm %s" % (pid_file_path))
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py202 err, retcode, shell_stat = self.run_platform_command(
212 err, retcode, ls_output = self.run_platform_command(
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1645 err, retcode, msg = testcase.run_platform_command("ls %s" % file_path)
H A Dlldbtest.py1629 def run_platform_command(self, cmd): member in Base