Searched refs:SBThreadCollection (Results 1 – 17 of 17) sorted by relevance
17 SBThreadCollection::SBThreadCollection() { LLDB_INSTRUMENT_VA(this); } in SBThreadCollection() function in SBThreadCollection19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection24 const SBThreadCollection &SBThreadCollection::25 operator=(const SBThreadCollection &rhs) { in operator =()33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection36 SBThreadCollection::~SBThreadCollection() = default;38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()50 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()[all …]
1108 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()1112 SBThreadCollection threads; in GetHistoryThreads()1114 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
300 SBThreadCollection304 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()310 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
72 SBThreadCollection.cpp
16 class LLDB_API SBThreadCollection {18 SBThreadCollection();20 SBThreadCollection(const SBThreadCollection &rhs);22 const SBThreadCollection &operator=(const SBThreadCollection &rhs);24 ~SBThreadCollection();44 SBThreadCollection(const lldb::ThreadCollectionSP &threads);
88 class LLDB_API SBThreadCollection; variable
77 SBThreadCollection
336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
15 ) SBThreadCollection;16 class SBThreadCollection20 SBThreadCollection ();22 SBThreadCollection (const SBThreadCollection &rhs);24 ~SBThreadCollection ();
125 SBThreadCollection
394 lldb::SBThreadCollection
62 SBThreadCollection.cpp \
94 "SBThreadCollection.cpp",
66 %include "./interface/SBThreadCollection.i"
62 #include "lldb/API/SBThreadCollection.h"
82 …irect 301 /python_reference/lldb.SBThreadCollection-class.html https://lldb.llvm.org/python_api/ll…
3638 lldb/include/lldb/API/SBThreadCollection.h