Searched refs:ThreadCollectionSP (Results 1 – 13 of 13) sorted by relevance
40 lldb::ThreadCollectionSP &operator*();42 const lldb::ThreadCollectionSP &operator*() const;44 SBThreadCollection(const lldb::ThreadCollectionSP &threads);46 void SetOpaque(const lldb::ThreadCollectionSP &threads);52 lldb::ThreadCollectionSP m_opaque_sp;
33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()50 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()54 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const { in operator *()
71 lldb::ThreadCollectionSP74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
5780 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()5781 ThreadCollectionSP threads; in GetHistoryThreads()
41 lldb::ThreadCollectionSP
300 lldb::ThreadCollectionSP303 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
39 lldb::ThreadCollectionSP
239 lldb::ThreadCollectionSP242 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
88 virtual lldb::ThreadCollectionSP
2387 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
38 lldb::ThreadCollectionSP
1019 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()1050 lldb::ThreadCollectionSP1054 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
423 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef