Lines Matching full:platform
2 Test some lldb platform commands.
17 self.runCmd("help platform")
29 # "platform shell" has options. The "shell" alias for it does not.
34 self.expect("platform list", patterns=["^Available platforms:"])
38 self.expect("platform process list", substrs=["PID", "TRIPLE", "NAME"])
44 "platform process info",
52 "platform status",
54 "Platform",
65 """Test that the platform shell command can invoke ls."""
68 self.expect("platform shell dir c:\\", substrs=["Windows", "Program Files"])
71 self.expect("platform shell ls /", substrs=["cache", "dev", "system"])
74 self.expect("platform shell ls /", substrs=["dev", "tmp", "usr"])
80 self.expect("platform shell echo hello lldb", substrs=["hello lldb"])
88 "platform shell -t 1 -- sleep 15",
101 """Test the host platform shell with a different interpreter"""
105 "platform shell -h -s " + exe + " -- 'echo $0'",