SBThreadCollection¶
-
class
lldb.SBThreadCollection(*args)¶ Represents a collection of SBThread objects.
Methods Summary
GetSize(SBThreadCollection self)GetThreadAtIndex(SBThreadCollection self, …)IsValid(SBThreadCollection self)Methods Documentation
-
GetSize(SBThreadCollection self) → size_t¶
-
GetThreadAtIndex(SBThreadCollection self, size_t idx) → SBThread¶
-
IsValid(SBThreadCollection self) → bool¶
-