Package lldb :: Class SBPlatformShellCommand
[hide private]
[frames] | no frames]

Class SBPlatformShellCommand

source code


Proxy of C++ lldb::SBPlatformShellCommand class

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(lldb::SBPlatformShellCommand self, char const * shell_command) -> SBPlatformShellCommand __init__(lldb::SBPlatformShellCommand self, SBPlatformShellCommand rhs) -> SBPlatformShellCommand
source code
 
Clear(self)
Clear(SBPlatformShellCommand self)
source code
 
GetCommand(self)
GetCommand(SBPlatformShellCommand self) -> char const *
source code
 
SetCommand(self, *args)
SetCommand(SBPlatformShellCommand self, char const * shell_command)
source code
 
GetWorkingDirectory(self)
GetWorkingDirectory(SBPlatformShellCommand self) -> char const *
source code
 
SetWorkingDirectory(self, *args)
SetWorkingDirectory(SBPlatformShellCommand self, char 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) -> char const *
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBPlatformShellCommand
  __del__ = lambda self: