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)#