Searched refs:ThreadCollectionSP (Results 1 – 14 of 14) 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 *()
295 ThreadCollectionSP threads; in GetStopReasonExtendedBacktraces()
71 lldb::ThreadCollectionSP74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
5712 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()5713 ThreadCollectionSP threads; in GetHistoryThreads()
239 lldb::ThreadCollectionSP242 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
42 lldb::ThreadCollectionSP
43 lldb::ThreadCollectionSP
304 lldb::ThreadCollectionSP307 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
89 virtual lldb::ThreadCollectionSP
2272 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
1013 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()1045 lldb::ThreadCollectionSP1048 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
445 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef