SBPlatformShellCommandΒΆ
- class lldb.SBPlatformShellCommand(*args)ΒΆ
Represents a shell command that can be run by
SBPlatform.Run
.Methods Summary
Clear
(SBPlatformShellCommand self)GetCommand
(SBPlatformShellCommand self)GetOutput
(SBPlatformShellCommand self)GetShell
(SBPlatformShellCommand self)GetSignal
(SBPlatformShellCommand self)GetStatus
(SBPlatformShellCommand self)GetTimeoutSeconds
(SBPlatformShellCommand self)GetWorkingDirectory
(SBPlatformShellCommand self)SetCommand
(SBPlatformShellCommand self, ...)SetShell
(SBPlatformShellCommand self, ...)SetTimeoutSeconds
(...)SetWorkingDirectory
(...)Methods Documentation
- Clear(SBPlatformShellCommand self)ΒΆ
- GetCommand(SBPlatformShellCommand self) char const * ΒΆ
- GetOutput(SBPlatformShellCommand self) char const * ΒΆ
- GetShell(SBPlatformShellCommand self) char const * ΒΆ
- GetSignal(SBPlatformShellCommand self) int ΒΆ
- GetStatus(SBPlatformShellCommand self) int ΒΆ
- GetTimeoutSeconds(SBPlatformShellCommand self) uint32_t ΒΆ
- GetWorkingDirectory(SBPlatformShellCommand self) char const * ΒΆ
- SetCommand(SBPlatformShellCommand self, char const * shell_command)ΒΆ
- SetShell(SBPlatformShellCommand self, char const * shell)ΒΆ
- SetTimeoutSeconds(SBPlatformShellCommand self, uint32_t sec)ΒΆ
- SetWorkingDirectory(SBPlatformShellCommand self, char const * path)ΒΆ