Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py201 err, retcode, shell_stat = self.run_platform_command(
211 err, retcode, ls_output = self.run_platform_command(
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1572 err, retcode, msg = testcase.run_platform_command("ls %s" % file_path)
H A Dlldbtest.py1648 def run_platform_command(self, cmd): member in Base