Searched refs:SBThreadCollection (Results 1 – 15 of 15) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBThreadCollection.cpp | 17 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 D | SBThread.cpp | 304 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 D | SBProcess.cpp | 1177 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 D | SBReproducer.cpp | 117 RegisterMethods<SBThreadCollection>(R); in SBRegistry()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A 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);
|
| H A D | SBDefines.h | 76 class LLDB_API SBThreadCollection; variable
|
| H A D | SBThread.h | 77 SBThreadCollection
|
| H A D | SBProcess.h | 336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThreadCollection.i | 15 ) SBThreadCollection; 16 class SBThreadCollection 20 SBThreadCollection (); 22 SBThreadCollection (const SBThreadCollection &rhs); 24 ~SBThreadCollection ();
|
| H A D | SBThread.i | 125 SBThreadCollection
|
| H A D | SBProcess.i | 394 lldb::SBThreadCollection
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/ |
| H A D | interfaces.swig | 69 %include "./interface/SBThreadCollection.i"
|
| H A D | headers.swig | 62 #include "lldb/API/SBThreadCollection.h"
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | Makefile | 72 SRCS+= API/SBThreadCollection.cpp
|
| H A D | LLDBWrapLua.cpp | 40761 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 …]
|