Home
last modified time | relevance | path

Searched refs:ThreadCollectionSP (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBThreadCollection.h40 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;
/llvm-project-15.0.7/lldb/source/API/
H A DSBThreadCollection.cpp33 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 *()
/llvm-project-15.0.7/lldb/source/Target/
H A DInstrumentationRuntime.cpp71 lldb::ThreadCollectionSP
74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp5757 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()
5758 ThreadCollectionSP threads; in GetHistoryThreads()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h41 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeUBSan.cpp299 lldb::ThreadCollectionSP
302 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h39 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeMainThreadChecker.cpp238 lldb::ThreadCollectionSP
241 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h88 virtual lldb::ThreadCollectionSP
H A DProcess.h2365 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h38 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeTSan.cpp1015 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1047 lldb::ThreadCollectionSP
1050 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-forward.h415 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef