Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() { LLDB_INSTRUMENT_VA(this); } in SBThreadCollection() function in SBThreadCollection
19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
24 const SBThreadCollection &SBThreadCollection::
25 operator=(const SBThreadCollection &rhs) { in operator =()
33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
36 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 …]
H A DSBThread.cpp300 SBThreadCollection
304 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()
310 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
H A DSBProcess.cpp1187 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1191 SBThreadCollection threads; in GetHistoryThreads()
1193 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadCollection.h16 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);
H A DSBThread.h81 SBThreadCollection
243 friend class SBThreadCollection;
228 friend class SBThreadCollection; global() variable
H A DSBDefines.h114 class LLDB_API SBThreadCollection; variable
H A DSBProcess.h360 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadCollectionDocstrings.i3 ) lldb::SBThreadCollection;
/freebsd/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig70 #include "lldb/API/SBThreadCollection.h"
H A Dinterfaces.swig151 %include "lldb/API/SBThreadCollection.h"
/freebsd/lib/clang/liblldb/
H A DMakefile84 SRCS+= API/SBThreadCollection.cpp
H A DLLDBWrapLua.cpp46083 lldb::SBThreadCollection result; in _wrap_SBProcess_GetHistoryThreads()
46096 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBProcess_GetHistoryThreads()
61536 lldb::SBThreadCollection result; in _wrap_SBThread_GetStopReasonExtendedBacktraces()
61549 lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection(result); in _wrap_SBThread_GetStopReasonExtendedBacktraces()
64140 lldb::SBThreadCollection *result = 0 ; in _wrap_new_SBThreadCollection__SWIG_0()
64143 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection(); in _wrap_new_SBThreadCollection__SWIG_0()
64157 lldb::SBThreadCollection *arg1 = 0 ; in _wrap_new_SBThreadCollection__SWIG_1()
64158 lldb::SBThreadCollection *result = 0 ; in _wrap_new_SBThreadCollection__SWIG_1()
64167 …result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection((lldb::SBThreadCollection const … in _wrap_new_SBThreadCollection__SWIG_1()
64214 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_IsValid()
[all …]