Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() { in SBThreadCollection() function in SBThreadCollection
18 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBThreadCollection); in SBThreadCollection()
21 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
23 LLDB_RECORD_CONSTRUCTOR(SBThreadCollection, in SBThreadCollection()
24 (const lldb::SBThreadCollection &), rhs); 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
[all …]
DSBThread.cpp288 SBThreadCollection
290 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBThread, in GetStopReasonExtendedBacktraces()
294 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()
300 return LLDB_RECORD_RESULT(SBThreadCollection()); in GetStopReasonExtendedBacktraces()
1372 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBThread, in RegisterMethods()
DSBProcess.cpp1198 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1199 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in GetHistoryThreads()
1203 SBThreadCollection threads; in GetHistoryThreads()
1205 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
1432 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads, in RegisterMethods()
DSBReproducer.cpp117 RegisterMethods<SBThreadCollection>(R); in SBRegistry()
DCMakeLists.txt76 SBThreadCollection.cpp
/external/llvm-project/lldb/include/lldb/API/
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);
DSBDefines.h76 class LLDB_API SBThreadCollection; variable
DSBThread.h74 SBThreadCollection
DSBProcess.h361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/external/llvm-project/lldb/bindings/interface/
DSBThreadCollection.i15 ) SBThreadCollection;
16 class SBThreadCollection
20 SBThreadCollection ();
22 SBThreadCollection (const SBThreadCollection &rhs);
24 ~SBThreadCollection ();
DSBThread.i122 SBThreadCollection
DSBProcess.i396 lldb::SBThreadCollection
/external/llvm-project/lldb/bindings/
Dheaders.swig62 #include "lldb/API/SBThreadCollection.h"
Dinterfaces.swig69 %include "./interface/SBThreadCollection.i"