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

Class SBThreadCollection

source code


Represents a collection of SBThread objects.

Instance Methods [hide private]
 
__repr__(self) source code
 
__init__(self, *args)
__init__(lldb::SBThreadCollection self) -> SBThreadCollection __init__(lldb::SBThreadCollection self, SBThreadCollection rhs) -> SBThreadCollection
source code
 
IsValid(self)
IsValid(SBThreadCollection self) -> bool
source code
 
__nonzero__(self) source code
 
__bool__(self) source code
 
GetSize(self)
GetSize(SBThreadCollection self) -> size_t
source code
 
GetThreadAtIndex(self, *args)
GetThreadAtIndex(SBThreadCollection self, size_t idx) -> SBThread
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _lldb.delete_SBThreadCollection
  __del__ = lambda self: