|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBPlatformShellCommand self, str const *
shell_command) -> SBPlatformShellCommand
__init__(lldb::SBPlatformShellCommand self, SBPlatformShellCommand
rhs) -> SBPlatformShellCommand |
source code
|
|
|
__swig_destroy__(...)
delete_SBPlatformShellCommand(SBPlatformShellCommand self) |
|
|
|
|
|
Clear(self)
Clear(SBPlatformShellCommand self) |
source code
|
|
|
GetCommand(self)
GetCommand(SBPlatformShellCommand self) -> str const * |
source code
|
|
|
SetCommand(self,
*args)
SetCommand(SBPlatformShellCommand self, str const * shell_command) |
source code
|
|
|
GetWorkingDirectory(self)
GetWorkingDirectory(SBPlatformShellCommand self) -> str const * |
source code
|
|
|
SetWorkingDirectory(self,
*args)
SetWorkingDirectory(SBPlatformShellCommand self, str const * path) |
source code
|
|
|
GetTimeoutSeconds(self)
GetTimeoutSeconds(SBPlatformShellCommand self) -> uint32_t |
source code
|
|
|
SetTimeoutSeconds(self,
*args)
SetTimeoutSeconds(SBPlatformShellCommand self, uint32_t sec) |
source code
|
|
|
GetSignal(self)
GetSignal(SBPlatformShellCommand self) -> int |
source code
|
|
|
GetStatus(self)
GetStatus(SBPlatformShellCommand self) -> int |
source code
|
|
|
GetOutput(self)
GetOutput(SBPlatformShellCommand self) -> str const * |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|