Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp38 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 *()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp71 lldb::ThreadCollectionSP
74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp5770 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()
5771 ThreadCollectionSP threads; in GetHistoryThreads()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h43 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeMainThreadChecker.cpp243 lldb::ThreadCollectionSP
246 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h43 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeUBSan.cpp301 lldb::ThreadCollectionSP
304 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h89 virtual lldb::ThreadCollectionSP
H A DProcess.h2388 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h42 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeTSan.cpp1017 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1049 lldb::ThreadCollectionSP
1052 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h438 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef