Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() { in SBThreadCollection() function in SBThreadCollection
21 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
27 const SBThreadCollection &SBThreadCollection::
28 operator=(const SBThreadCollection &rhs) { in operator =()
30 const lldb::SBThreadCollection &, in operator =()
31 SBThreadCollection, operator=,(const lldb::SBThreadCollection &), rhs); in operator =()
38 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
41 SBThreadCollection::~SBThreadCollection() = default;
73 size_t SBThreadCollection::GetSize() { in GetSize()
100 const lldb::SBThreadCollection &, in RegisterMethods()
[all …]
H A DSBThread.cpp304 SBThreadCollection
306 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBThread, in GetStopReasonExtendedBacktraces()
310 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()
316 return LLDB_RECORD_RESULT(SBThreadCollection()); in GetStopReasonExtendedBacktraces()
1389 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBThread, in RegisterMethods()
H A DSBProcess.cpp1177 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1178 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in GetHistoryThreads()
1182 SBThreadCollection threads; in GetHistoryThreads()
1184 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
1455 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in RegisterMethods()
H A DSBReproducer.cpp117 RegisterMethods<SBThreadCollection>(R); in SBRegistry()
/freebsd-13.1/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 DSBDefines.h76 class LLDB_API SBThreadCollection; variable
H A DSBThread.h77 SBThreadCollection
H A DSBProcess.h336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadCollection.i15 ) SBThreadCollection;
16 class SBThreadCollection
20 SBThreadCollection ();
22 SBThreadCollection (const SBThreadCollection &rhs);
24 ~SBThreadCollection ();
H A DSBThread.i125 SBThreadCollection
H A DSBProcess.i394 lldb::SBThreadCollection
/freebsd-13.1/contrib/llvm-project/lldb/bindings/
H A Dinterfaces.swig69 %include "./interface/SBThreadCollection.i"
H A Dheaders.swig62 #include "lldb/API/SBThreadCollection.h"
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile72 SRCS+= API/SBThreadCollection.cpp
H A DLLDBWrapLua.cpp40761 lldb::SBThreadCollection result; in _wrap_SBProcess_GetHistoryThreads()
40774 …lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection((const lldb::SBThreadCollectio… in _wrap_SBProcess_GetHistoryThreads()
53600 lldb::SBThreadCollection result; in _wrap_SBThread_GetStopReasonExtendedBacktraces()
53613 …lldb::SBThreadCollection * resultptr = new lldb::SBThreadCollection((const lldb::SBThreadCollectio… in _wrap_SBThread_GetStopReasonExtendedBacktraces()
56077 result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection(); in _wrap_new_SBThreadCollection__SWIG_0()
56091 lldb::SBThreadCollection *arg1 = 0 ; in _wrap_new_SBThreadCollection__SWIG_1()
56101 …result = (lldb::SBThreadCollection *)new lldb::SBThreadCollection((lldb::SBThreadCollection const … in _wrap_new_SBThreadCollection__SWIG_1()
56148 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_IsValid()
56172 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_GetSize()
56196 lldb::SBThreadCollection *arg1 = (lldb::SBThreadCollection *) 0 ; in _wrap_SBThreadCollection_GetThreadAtIndex()
[all …]