diff options
Diffstat (limited to 'lldb/scripts/interface/SBThreadCollection.i')
-rw-r--r-- | lldb/scripts/interface/SBThreadCollection.i | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lldb/scripts/interface/SBThreadCollection.i b/lldb/scripts/interface/SBThreadCollection.i index bcfbc6b6f43..c2d9d8318dc 100644 --- a/lldb/scripts/interface/SBThreadCollection.i +++ b/lldb/scripts/interface/SBThreadCollection.i @@ -16,24 +16,24 @@ namespace lldb { class SBThreadCollection { public: - + SBThreadCollection (); - + SBThreadCollection (const SBThreadCollection &rhs); - + ~SBThreadCollection (); - + bool IsValid () const; explicit operator bool() const; - + size_t GetSize (); - + lldb::SBThread GetThreadAtIndex (size_t idx); - + }; - + } // namespace lldb |