Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/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 *()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp71 lldb::ThreadCollectionSP
74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp5888 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()
5889 ThreadCollectionSP threads; in GetHistoryThreads()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h41 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeUBSan.cpp300 lldb::ThreadCollectionSP
303 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h39 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeMainThreadChecker.cpp240 lldb::ThreadCollectionSP
243 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h88 virtual lldb::ThreadCollectionSP
H A DProcess.h2493 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h38 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeTSan.cpp1019 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1051 lldb::ThreadCollectionSP
1055 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h439 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef