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

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp1 //===-- SBThreadCollection.cpp --------------------------------------------===//
9 #include "lldb/API/SBThreadCollection.h"
17 SBThreadCollection::SBThreadCollection() : m_opaque_sp() { function in class:SBThreadCollection
18 LLDB_RECORD_CONSTRUCTOR_NO_ARGS(SBThreadCollection);
21 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) function in class:SBThreadCollection
23 LLDB_RECORD_CONSTRUCTOR(SBThreadCollection,
24 (const lldb::SBThreadCollection
38 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) function in class:SBThreadCollection
[all...]
H A DSBReproducer.cpp91 RegisterMethods<SBThreadCollection>(R);
H A DSBProcess.cpp45 #include "lldb/API/SBThreadCollection.h"
1198 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) {
1199 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads,
1203 SBThreadCollection threads;
1205 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr));
1432 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads,
H A DSBThread.cpp21 #include "lldb/API/SBThreadCollection.h"
288 SBThreadCollection
290 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBThread,
294 SBThreadCollection threads;
300 return LLDB_RECORD_RESULT(SBThreadCollection());
1372 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBThread,
/freebsd-13-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadCollection.i1 //===-- SWIG Interface for SBThreadCollection -------------------*- C++ -*-===//
15 ) SBThreadCollection;
16 class SBThreadCollection
20 SBThreadCollection ();
22 SBThreadCollection (const SBThreadCollection &rhs);
24 ~SBThreadCollection ();
H A DSBThread.i122 SBThreadCollection
H A DSBProcess.i396 lldb::SBThreadCollection
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadCollection.h1 //===-- SBThreadCollection.h ------------------------------------*- C++ -*-===//
16 class LLDB_API SBThreadCollection { class in namespace:lldb
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; member in namespace:lldb
H A DSBThread.h74 SBThreadCollection
H A DSBProcess.h361 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile72 SRCS+= API/SBThreadCollection.cpp
H A DLLDBWrapLua.cpp3199 #include "lldb/API/SBThreadCollection.h"
[all...]

Completed in 386 milliseconds