Searched refs:SBThreadCollection (Results 1 – 8 of 8) sorted by relevance
17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() {} in SBThreadCollection() function in SBThreadCollection19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection22 const SBThreadCollection &SBThreadCollection::23 operator=(const SBThreadCollection &rhs) { in operator =()29 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection32 SBThreadCollection::~SBThreadCollection() {} in ~SBThreadCollection()38 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()46 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()50 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const { in operator *()56 size_t SBThreadCollection::GetSize() { in GetSize()[all …]
1311 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()1313 SBThreadCollection threads; in GetHistoryThreads()1315 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
291 SBThreadCollection
17 class LLDB_API SBThreadCollection {19 SBThreadCollection();21 SBThreadCollection(const SBThreadCollection &rhs);23 const SBThreadCollection &operator=(const SBThreadCollection &rhs);25 ~SBThreadCollection();43 SBThreadCollection(const lldb::ThreadCollectionSP &threads);
80 class LLDB_API SBThreadCollection; variable
75 SBThreadCollection
384 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
65 SRCS+= API/SBThreadCollection.cpp