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;
38 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()43 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()55 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()59 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const { in operator *()
71 lldb::ThreadCollectionSP74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
5770 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()5771 ThreadCollectionSP threads; in GetHistoryThreads()
43 lldb::ThreadCollectionSP
243 lldb::ThreadCollectionSP246 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
301 lldb::ThreadCollectionSP304 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
89 virtual lldb::ThreadCollectionSP
2388 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
42 lldb::ThreadCollectionSP
1017 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()1049 lldb::ThreadCollectionSP1052 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
438 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef