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()
5757 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()5758 ThreadCollectionSP threads; in GetHistoryThreads()
41 lldb::ThreadCollectionSP
299 lldb::ThreadCollectionSP302 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
39 lldb::ThreadCollectionSP
238 lldb::ThreadCollectionSP241 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
88 virtual lldb::ThreadCollectionSP
2365 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
38 lldb::ThreadCollectionSP
1015 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()1047 lldb::ThreadCollectionSP1050 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
415 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef