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

/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBThreadCollection.cpp1 //===-- SBThreadCollection.cpp ----------------------------------*- C++ -*-===//
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.cpp88 RegisterMethods<SBThreadCollection>(R);
H A DSBProcess.cpp44 #include "lldb/API/SBThreadCollection.h"
1173 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) {
1174 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads,
1178 SBThreadCollection threads;
1180 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr));
1409 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBProcess, GetHistoryThreads,
H A DSBThread.cpp21 #include "lldb/API/SBThreadCollection.h"
289 SBThreadCollection
291 LLDB_RECORD_METHOD(lldb::SBThreadCollection, SBThread,
1444 LLDB_REGISTER_METHOD(lldb::SBThreadCollection, SBThread,
/freebsd-11-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.i391 lldb::SBThreadCollection
/freebsd-11-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.h75 class LLDB_API SBThreadCollection; member in namespace:lldb
H A DSBThread.h74 SBThreadCollection
H A DSBProcess.h359 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile68 SRCS+= API/SBThreadCollection.cpp

Completed in 305 milliseconds