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;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 …]
104 lldb::SBThreadCollection SBSaveCoreOptions::GetThreadsToSave() const { in GetThreadsToSave()109 return SBThreadCollection(threadcollection_sp); in GetThreadsToSave()
308 SBThreadCollection312 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()318 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
1203 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()1207 SBThreadCollection threads; in GetHistoryThreads()1209 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
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);
120 SBThreadCollection GetThreadsToSave() const;140 friend class SBThreadCollection; variable
81 SBThreadCollection244 friend class SBThreadCollection; variable
116 class LLDB_API SBThreadCollection; variable
361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
3 ) lldb::SBThreadCollection;
155 %include "lldb/API/SBThreadCollection.h"
95 SRCS+= API/SBThreadCollection.cpp
18301 lldb::SBThreadCollection result; in _wrap_SBSaveCoreOptions_GetThreadsToSave()18312 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBSaveCoreOptions_GetThreadsToSave()46892 lldb::SBThreadCollection result; in _wrap_SBProcess_GetHistoryThreads()46905 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBProcess_GetHistoryThreads()62766 lldb::SBThreadCollection result; in _wrap_SBThread_GetStopReasonExtendedBacktraces()62779 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBThread_GetStopReasonExtendedBacktraces()65370 lldb::SBThreadCollection *result = 0 ; in _wrap_new_SBThreadCollection__SWIG_0()65373 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection(); in _wrap_new_SBThreadCollection__SWIG_0()65387 lldb::SBThreadCollection *arg1 = 0 ; in _wrap_new_SBThreadCollection__SWIG_1()65388 lldb::SBThreadCollection *result = 0 ; in _wrap_new_SBThreadCollection__SWIG_1()[all …]