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

Class SBHostOS

source code


Proxy of C++ lldb::SBHostOS class

Instance Methods [hide private]
 
__repr__(self) source code
SBFileSpec
GetProgramFileSpec() source code
SBFileSpec
GetLLDBPythonPath() source code
 
GetLLDBPath(*args)
GetLLDBPath(lldb::PathType path_type) -> SBFileSpec
source code
SBFileSpec
GetUserHomeDirectory() source code
 
ThreadCreated(*args)
ThreadCreated(char const * name)
source code
 
ThreadCreate(*args)
ThreadCreate(char const * name, lldb::thread_func_t arg2, 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, lldb::thread_result_t * result, SBError err) -> bool
source code
 
__init__(self)
__init__(lldb::SBHostOS self) -> SBHostOS
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBHostOS
  __del__ = lambda self: