Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThreadCollection.h39 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;
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadCollection.cpp29 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 *()
H A DSBThread.cpp293 ThreadCollectionSP threads; in GetStopReasonExtendedBacktraces()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DInstrumentationRuntime.cpp72 lldb::ThreadCollectionSP
75 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp5938 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()
5939 ThreadCollectionSP threads; in GetHistoryThreads()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DMainThreadCheckerRuntime.cpp238 lldb::ThreadCollectionSP
241 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
H A DMainThreadCheckerRuntime.h43 lldb::ThreadCollectionSP
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DUBSanRuntime.h44 lldb::ThreadCollectionSP
H A DUBSanRuntime.cpp303 lldb::ThreadCollectionSP
306 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h90 virtual lldb::ThreadCollectionSP
H A DProcess.h2629 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DTSanRuntime.h43 lldb::ThreadCollectionSP
H A DTSanRuntime.cpp1016 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1050 lldb::ThreadCollectionSP
1053 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/
H A Dlldb-forward.h463 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef