Home
last modified time | relevance | path

Searched refs:ThreadCollection (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadCollection.cpp19 ThreadCollection::ThreadCollection() : m_threads(), m_mutex() {} in ThreadCollection() function in ThreadCollection
21 ThreadCollection::ThreadCollection(collection threads) in ThreadCollection() function in ThreadCollection
24 void ThreadCollection::AddThread(const ThreadSP &thread_sp) { in AddThread()
29 void ThreadCollection::AddThreadSortedByIndexID(const ThreadSP &thread_sp) { in AddThreadSortedByIndexID()
45 void ThreadCollection::InsertThread(const lldb::ThreadSP &thread_sp, in InsertThread()
54 uint32_t ThreadCollection::GetSize() { in GetSize()
59 ThreadSP ThreadCollection::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
H A DInstrumentationRuntime.cpp74 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
H A DCMakeLists.txt50 ThreadCollection.cpp
H A DThreadList.cpp27 : ThreadCollection(), m_process(process), m_stop_id(0), in ThreadList()
31 : ThreadCollection(), m_process(rhs.m_process), m_stop_id(rhs.m_stop_id), in ThreadList()
H A DProcess.cpp5790 threads = std::make_shared<ThreadCollection>( in GetHistoryThreads()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadCollection.h20 class ThreadCollection {
27 ThreadCollection();
29 ThreadCollection(collection threads);
31 virtual ~ThreadCollection() = default;
H A DThreadList.h26 class ThreadList : public ThreadCollection {
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBThreadCollection.h36 lldb_private::ThreadCollection *get() const;
38 lldb_private::ThreadCollection *operator->() const;
/openbsd/gnu/llvm/lldb/source/API/
H A DSBThreadCollection.cpp42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()
46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
/openbsd/gnu/usr.bin/clang/liblldbTarget/
H A DMakefile49 ThreadCollection.cpp \
/openbsd/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Target/
H A DBUILD.gn73 "ThreadCollection.cpp",
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp243 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/openbsd/gnu/llvm/lldb/include/lldb/
H A Dlldb-forward.h228 class ThreadCollection; variable
423 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/UBSan/
H A DInstrumentationRuntimeUBSan.cpp304 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/openbsd/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp1054 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3828 lldb/include/lldb/Target/ThreadCollection.h
4642 lldb/source/Target/ThreadCollection.cpp