Represents a collection of SBThread objects.
|
|
|
|
|
|
|
__init__(self,
*args)
__init__(lldb::SBThreadCollection self) -> SBThreadCollection
__init__(lldb::SBThreadCollection self, SBThreadCollection rhs) ->
SBThreadCollection |
source code
|
|
|
__swig_destroy__(...)
delete_SBThreadCollection(SBThreadCollection self) |
|
|
|
|
|
|
|
IsValid(self)
IsValid(SBThreadCollection self) -> bool |
source code
|
|
|
GetSize(self)
GetSize(SBThreadCollection self) -> size_t |
source code
|
|
|
GetThreadAtIndex(self,
*args)
GetThreadAtIndex(SBThreadCollection self, size_t idx) -> SBThread |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|