Home
last modified time | relevance | path

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

/freebsd/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/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/contrib/llvm-project/lldb/source/Target/
H A DInstrumentationRuntime.cpp73 lldb::ThreadCollectionSP
76 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp6089 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()
6090 ThreadCollectionSP threads; in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp240 lldb::ThreadCollectionSP
243 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
H A DInstrumentationRuntimeMainThreadChecker.h39 lldb::ThreadCollectionSP
/freebsd/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/contrib/llvm-project/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h88 virtual lldb::ThreadCollectionSP
H A DProcess.h2518 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h38 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeTSan.cpp1021 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1053 lldb::ThreadCollectionSP
1057 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h447 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef