Searched refs:SBThreadCollection (Results 1 – 14 of 14) sorted by relevance
/external/llvm-project/lldb/source/API/ |
D | SBThreadCollection.cpp | 17 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 …]
|
D | SBThread.cpp | 288 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()
|
D | SBProcess.cpp | 1198 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()
|
D | SBReproducer.cpp | 117 RegisterMethods<SBThreadCollection>(R); in SBRegistry()
|
D | CMakeLists.txt | 76 SBThreadCollection.cpp
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBThreadCollection.h | 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);
|
D | SBDefines.h | 76 class LLDB_API SBThreadCollection; variable
|
D | SBThread.h | 74 SBThreadCollection
|
D | SBProcess.h | 361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBThreadCollection.i | 15 ) SBThreadCollection; 16 class SBThreadCollection 20 SBThreadCollection (); 22 SBThreadCollection (const SBThreadCollection &rhs); 24 ~SBThreadCollection ();
|
D | SBThread.i | 122 SBThreadCollection
|
D | SBProcess.i | 396 lldb::SBThreadCollection
|
/external/llvm-project/lldb/bindings/ |
D | headers.swig | 62 #include "lldb/API/SBThreadCollection.h"
|
D | interfaces.swig | 69 %include "./interface/SBThreadCollection.i"
|