Searched refs:ThreadCollectionSP (Results 1 – 14 of 14) sorted by relevance
39 lldb::ThreadCollectionSP &operator*();41 const lldb::ThreadCollectionSP &operator*() const;43 SBThreadCollection(const lldb::ThreadCollectionSP &threads);45 void SetOpaque(const lldb::ThreadCollectionSP &threads);51 lldb::ThreadCollectionSP m_opaque_sp;
29 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection()34 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()46 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()50 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const { in operator *()
293 ThreadCollectionSP threads; in GetStopReasonExtendedBacktraces()
72 lldb::ThreadCollectionSP75 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
5938 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()5939 ThreadCollectionSP threads; in GetHistoryThreads()
238 lldb::ThreadCollectionSP241 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
43 lldb::ThreadCollectionSP
44 lldb::ThreadCollectionSP
303 lldb::ThreadCollectionSP306 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
90 virtual lldb::ThreadCollectionSP
2629 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
1016 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()1050 lldb::ThreadCollectionSP1053 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
463 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef