Home
last modified time | relevance | path

Searched refs:SBThreadCollection (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() {} in SBThreadCollection() function in SBThreadCollection
19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
22 const SBThreadCollection &SBThreadCollection::
23 operator=(const SBThreadCollection &rhs) { in operator =()
29 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
32 SBThreadCollection::~SBThreadCollection() {} in ~SBThreadCollection()
38 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()
46 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()
50 const lldb::ThreadCollectionSP &SBThreadCollection::operator*() const { in operator *()
56 size_t SBThreadCollection::GetSize() { in GetSize()
[all …]
H A DSBProcess.cpp1311 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1313 SBThreadCollection threads; in GetHistoryThreads()
1315 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
H A DSBThread.cpp291 SBThreadCollection
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBThreadCollection.h17 class LLDB_API SBThreadCollection {
19 SBThreadCollection();
21 SBThreadCollection(const SBThreadCollection &rhs);
23 const SBThreadCollection &operator=(const SBThreadCollection &rhs);
25 ~SBThreadCollection();
43 SBThreadCollection(const lldb::ThreadCollectionSP &threads);
H A DSBDefines.h80 class LLDB_API SBThreadCollection; variable
H A DSBThread.h75 SBThreadCollection
H A DSBProcess.h384 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile65 SRCS+= API/SBThreadCollection.cpp