Searched refs:SBThreadCollection (Results 1 – 13 of 13) 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;50 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()58 bool SBThreadCollection::IsValid() const { in IsValid()62 SBThreadCollection::operator bool() const { in operator bool()68 size_t SBThreadCollection::GetSize() { in GetSize()[all …]
1130 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()1134 SBThreadCollection threads; in GetHistoryThreads()1136 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
300 SBThreadCollection304 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()310 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
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);
81 SBThreadCollection243 friend class SBThreadCollection; variable
110 class LLDB_API SBThreadCollection; variable
350 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
3 ) lldb::SBThreadCollection;
1 %extend lldb::SBThreadCollection {
65 #include "lldb/API/SBThreadCollection.h"
142 %include "lldb/API/SBThreadCollection.h"
75 SRCS+= API/SBThreadCollection.cpp
44346 lldb::SBThreadCollection result; in _wrap_SBProcess_GetHistoryThreads()44359 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBProcess_GetHistoryThreads()58623 lldb::SBThreadCollection result; in _wrap_SBThread_GetStopReasonExtendedBacktraces()58636 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBThread_GetStopReasonExtendedBacktraces()61230 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection(); in _wrap_new_SBThreadCollection__SWIG_0()61244 lldb::SBThreadCollection *arg1 = 0 ; in _wrap_new_SBThreadCollection__SWIG_1()61254 …result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection((lldb::SBThreadCollection const … in _wrap_new_SBThreadCollection__SWIG_1()61301 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_IsValid()61325 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_GetSize()61349 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_GetThreadAtIndex()[all …]