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)ΒΆ