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

Class SBHostOS

source code


Proxy of C++ lldb::SBHostOS class

Instance Methods [hide private]
 
__setattr__(self, name, value)
x.__setattr__('name', value) <==> x.name = value
source code
 
__getattr__(self, name) source code
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(lldb::SBHostOS self) -> SBHostOS
source code
 
__swig_destroy__(...)
delete_SBHostOS(SBHostOS self)
 
__del__(self) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
SBFileSpec
GetProgramFileSpec() source code
 
ThreadCreated(*args)
ThreadCreated(str const * name)
source code
 
ThreadCreate(*args)
ThreadCreate(str const * name, void *(*)(void *) thread_function, void * thread_arg, SBError err) -> lldb::thread_t
source code
 
ThreadCancel(*args)
ThreadCancel(lldb::thread_t thread, SBError err) -> bool
source code
 
ThreadDetach(*args)
ThreadDetach(lldb::thread_t thread, SBError err) -> bool
source code
 
ThreadJoin(*args)
ThreadJoin(lldb::thread_t thread, void ** result, SBError err) -> bool
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __swig_getmethods__ = {}
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__setattr__(self, name, value)

source code 

x.__setattr__('name', value) <==> x.name = value

Overrides: object.__setattr__
(inherited documentation)

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)

__init__(self)
(Constructor)

source code 

__init__(lldb::SBHostOS self) -> SBHostOS

Overrides: object.__init__