Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/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 *()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DInstrumentationRuntime.cpp71 lldb::ThreadCollectionSP
74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DProcess.cpp5780 ThreadCollectionSP Process::GetHistoryThreads(lldb::addr_t addr) { in GetHistoryThreads()
5781 ThreadCollectionSP threads; in GetHistoryThreads()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.h41 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeUBSan.cpp300 lldb::ThreadCollectionSP
303 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.h39 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeMainThreadChecker.cpp239 lldb::ThreadCollectionSP
242 ThreadCollectionSP threads; in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DInstrumentationRuntime.h88 virtual lldb::ThreadCollectionSP
H A DProcess.h2387 lldb::ThreadCollectionSP GetHistoryThreads(lldb::addr_t addr);
/openbsd-src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.h38 lldb::ThreadCollectionSP
H A DInstrumentationRuntimeTSan.cpp1019 ThreadCollectionSP threads, ProcessSP process_sp, in AddThreadsForPath()
1050 lldb::ThreadCollectionSP
1054 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/openbsd-src/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h423 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP; typedef