Home
last modified time | relevance | path

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

/llvm-project/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 DSBThread.cpp21 #include "lldb/API/SBThreadCollection.h"
306 SBThreadCollection in GetStopReasonExtendedBacktraces()
310 SBThreadCollection threads; in GetStopReasonExtendedBacktraces()
316 return SBThreadCollection(); in GetStopReasonExtendedBacktraces()
H A DSBProcess.cpp49 #include "lldb/API/SBThreadCollection.h"
1189 SBThreadCollection SBProcess::GetHistoryThreads(addr_t addr) { in GetHistoryThreads()
1193 SBThreadCollection threads; in GetHistoryThreads()
1195 threads = SBThreadCollection(process_sp->GetHistoryThreads(addr)); in GetHistoryThreads()
H A DCMakeLists.txt105 SBThreadCollection.cpp
/llvm-project/lldb/include/lldb/API/
H A DSBThreadCollection.h1 //===-- SBThreadCollection.h ------------------------------------*- C++ -*-===//
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 DSBThread.h81 SBThreadCollection
244 friend class SBThreadCollection;
243 friend class SBThreadCollection; global() variable
H A DSBDefines.h115 class LLDB_API SBThreadCollection;
113 class LLDB_API SBThreadCollection; global() variable
H A DSBProcess.h360 lldb::SBThreadCollection GetHistoryThreads(addr_t addr);
/llvm-project/lldb/bindings/interface/
H A DSBThreadCollectionDocstrings.i3 ) lldb::SBThreadCollection;
H A DSBThreadCollectionExtensions.i1 %extend lldb::SBThreadCollection {
/llvm-project/llvm/utils/gn/secondary/lldb/source/API/
H A DBUILD.gn104 "SBThreadCollection.cpp",
/llvm-project/lldb/bindings/
H A Dheaders.swig71 #include "lldb/API/SBThreadCollection.h"
H A Dinterfaces.swig153 %include "lldb/API/SBThreadCollection.h"
/llvm-project/lldb/docs/
H A D.htaccess84 …irect 301 /python_reference/lldb.SBThreadCollection-class.html https://lldb.llvm.org/python_api/ll…