| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | ThreadCollection.cpp | 19 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 D | InstrumentationRuntime.cpp | 76 return ThreadCollectionSP(new ThreadCollection()); in GetBacktracesFromExtendedStopInfo()
|
| H A D | ThreadList.cpp | 27 : 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 D | Process.cpp | 6112 threads = std::make_shared<ThreadCollection>( in GetHistoryThreads()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | ThreadCollection.h | 20 class ThreadCollection { 26 ThreadCollection(); 28 ThreadCollection(collection threads); 30 virtual ~ThreadCollection() = default;
|
| H A D | ThreadList.h | 26 class ThreadList : public ThreadCollection {
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBThreadCollection.h | 36 lldb_private::ThreadCollection *get() const; 38 lldb_private::ThreadCollection *operator->() const;
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThreadCollection.cpp | 42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get() 46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
|
| H A D | SBSaveCoreOptions.cpp | 107 std::make_shared<lldb_private::ThreadCollection>( in GetThreadsToSave()
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | SaveCoreOptions.cpp | 144 lldb_private::ThreadCollection::collection 146 lldb_private::ThreadCollection::collection thread_collection; in GetThreadsToSave()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | SaveCoreOptions.h | 50 lldb_private::ThreadCollection::collection GetThreadsToSave() const;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 244 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/UBSan/ |
| H A D | InstrumentationRuntimeUBSan.cpp | 302 threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 242 class ThreadCollection; variable 457 typedef std::shared_ptr<lldb_private::ThreadCollection> ThreadCollectionSP;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 1055 ThreadCollectionSP threads = std::make_shared<ThreadCollection>(); in GetBacktracesFromExtendedStopInfo()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | Makefile | 687 SRCS+= Target/ThreadCollection.cpp
|