Home
last modified time | relevance | path

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

/freebsd-14.2/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;
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 …]
H A DSBProcess.cpp1130 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1134 SBThreadCollection threads; in GetHistoryThreads()
1136 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
H A DSBThread.cpp300 SBThreadCollection
304 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()
310 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
/freebsd-14.2/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; variable
H A DSBDefines.h110 class LLDB_API SBThreadCollection; variable
H A DSBProcess.h350 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadCollectionDocstrings.i3 ) lldb::SBThreadCollection;
H A DSBThreadCollectionExtensions.i1 %extend lldb::SBThreadCollection {
/freebsd-14.2/contrib/llvm-project/lldb/bindings/
H A Dheaders.swig65 #include "lldb/API/SBThreadCollection.h"
H A Dinterfaces.swig142 %include "lldb/API/SBThreadCollection.h"
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile75 SRCS+= API/SBThreadCollection.cpp
H A DLLDBWrapLua.cpp44346 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 …]