Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadCollection.cpp17 SBThreadCollection::SBThreadCollection() { LLDB_INSTRUMENT_VA(this); } in SBThreadCollection() function in SBThreadCollection
19 SBThreadCollection::SBThreadCollection(const SBThreadCollection &rhs) in SBThreadCollection() function in SBThreadCollection
24 const SBThreadCollection &SBThreadCollection::
25 operator=(const SBThreadCollection &rhs) { in operator =()
33 SBThreadCollection::SBThreadCollection(const ThreadCollectionSP &threads) in SBThreadCollection() function in SBThreadCollection
36 SBThreadCollection::~SBThreadCollection() = default;
38 void SBThreadCollection::SetOpaque(const lldb::ThreadCollectionSP &threads) { in SetOpaque()
42 lldb_private::ThreadCollection *SBThreadCollection::get() const { in get()
46 lldb_private::ThreadCollection *SBThreadCollection::operator->() const { in operator ->()
50 lldb::ThreadCollectionSP &SBThreadCollection::operator*() { in operator *()
[all …]
H A DSBProcess.cpp1108 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1112 SBThreadCollection threads; in GetHistoryThreads()
1114 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
H A DSBThread.cpp300 SBThreadCollection
304 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()
310 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
H A DCMakeLists.txt72 SBThreadCollection.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A 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);
H A DSBDefines.h88 class LLDB_API SBThreadCollection; variable
H A DSBThread.h77 SBThreadCollection
H A DSBProcess.h336 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadCollection.i15 ) SBThreadCollection;
16 class SBThreadCollection
20 SBThreadCollection ();
22 SBThreadCollection (const SBThreadCollection &rhs);
24 ~SBThreadCollection ();
H A DSBThread.i125 SBThreadCollection
H A DSBProcess.i394 lldb::SBThreadCollection
/openbsd-src/gnu/usr.bin/clang/liblldbAPI/
H A DMakefile62 SBThreadCollection.cpp \
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn94 "SBThreadCollection.cpp",
/openbsd-src/gnu/llvm/lldb/bindings/
H A Dinterfaces.swig66 %include "./interface/SBThreadCollection.i"
H A Dheaders.swig62 #include "lldb/API/SBThreadCollection.h"
/openbsd-src/gnu/llvm/lldb/docs/
H A D.htaccess82 …irect 301 /python_reference/lldb.SBThreadCollection-class.html https://lldb.llvm.org/python_api/ll…
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3638 lldb/include/lldb/API/SBThreadCollection.h