Home
last modified time | relevance | path

Searched refs:SBThread (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp61 SBThread::SBThread() : m_opaque_sp(new ExecutionContextRef()) { in SBThread() function in SBThread
65 SBThread::SBThread(const ThreadSP &lldb_object_sp) in SBThread() function in SBThread
70 SBThread::SBThread(const SBThread &rhs) : m_opaque_sp() { in SBThread() function in SBThread
71 LLDB_RECORD_CONSTRUCTOR(SBThread, (const lldb::SBThread &), rhs); in SBThread()
78 const lldb::SBThread &SBThread::operator=(const SBThread &rhs) { in operator =()
88 SBThread::~SBThread() = default;
1214 SBThread SBThread::GetThreadFromEvent(const SBEvent &event) { in GetThreadFromEvent()
1222 bool SBThread::operator==(const SBThread &rhs) const { in operator ==()
1230 bool SBThread::operator!=(const SBThread &rhs) const { in operator !=()
1338 SBThread SBThread::GetCurrentExceptionBacktrace() { in GetCurrentExceptionBacktrace()
[all …]
H A DSBExecutionContext.cpp54 SBExecutionContext::SBExecutionContext(lldb::SBThread thread) in SBExecutionContext()
56 LLDB_RECORD_CONSTRUCTOR(SBExecutionContext, (lldb::SBThread), thread); in SBExecutionContext()
110 SBThread SBExecutionContext::GetThread() const { in GetThread()
111 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBExecutionContext, in GetThread()
114 SBThread sb_thread; in GetThread()
147 LLDB_REGISTER_CONSTRUCTOR(SBExecutionContext, (lldb::SBThread)); in RegisterMethods()
156 LLDB_REGISTER_METHOD_CONST(lldb::SBThread, SBExecutionContext, GetThread, in RegisterMethods()
H A DSBTrace.cpp47 SBError SBTrace::Start(const SBThread &thread, in Start()
50 (const SBThread &, const SBStructuredData &), thread, in Start()
76 SBError SBTrace::Stop(const SBThread &thread) { in Stop()
77 LLDB_RECORD_METHOD(SBError, SBTrace, Stop, (const SBThread &), thread); in Stop()
105 (const SBThread &, const SBStructuredData &)); in RegisterMethods()
106 LLDB_REGISTER_METHOD(SBError, SBTrace, Stop, (const SBThread &)); in RegisterMethods()
H A DSBThreadCollection.cpp81 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex()
82 LLDB_RECORD_METHOD(lldb::SBThread, SBThreadCollection, GetThreadAtIndex, in GetThreadAtIndex()
85 SBThread thread; in GetThreadAtIndex()
105 LLDB_REGISTER_METHOD(lldb::SBThread, SBThreadCollection, GetThreadAtIndex, in RegisterMethods()
H A DSBThreadPlan.cpp66 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name) { in SBThreadPlan()
67 LLDB_RECORD_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *), in SBThreadPlan()
76 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name, in SBThreadPlan()
78 LLDB_RECORD_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *, in SBThreadPlan()
136 SBThread SBThreadPlan::GetThread() const { in GetThread()
137 LLDB_RECORD_METHOD_CONST_NO_ARGS(lldb::SBThread, SBThreadPlan, GetThread); in GetThread()
142 SBThread(thread_plan_sp->GetThread().shared_from_this())); in GetThread()
144 return LLDB_RECORD_RESULT(SBThread()); in GetThread()
464 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *)); in RegisterMethods()
465 LLDB_REGISTER_CONSTRUCTOR(SBThreadPlan, (lldb::SBThread &, const char *, in RegisterMethods()
[all …]
H A DSBQueueItem.cpp96 SBThread SBQueueItem::GetExtendedBacktraceThread(const char *type) { in GetExtendedBacktraceThread()
97 LLDB_RECORD_METHOD(lldb::SBThread, SBQueueItem, GetExtendedBacktraceThread, in GetExtendedBacktraceThread()
100 SBThread result; in GetExtendedBacktraceThread()
135 LLDB_REGISTER_METHOD(lldb::SBThread, SBQueueItem, in RegisterMethods()
H A DSBQueue.cpp143 lldb::SBThread GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
146 SBThread sb_thread; in GetThreadAtIndex()
292 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
293 LLDB_RECORD_METHOD(lldb::SBThread, SBQueue, GetThreadAtIndex, (uint32_t), in GetThreadAtIndex()
296 SBThread th = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
348 LLDB_REGISTER_METHOD(lldb::SBThread, SBQueue, GetThreadAtIndex, (uint32_t)); in RegisterMethods()
H A DSBProcess.cpp209 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
213 SBThread sb_thread; in GetSelectedThread()
226 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
231 SBThread sb_thread; in CreateOSPluginThread()
364 (const lldb::SBThread &), thread); in SetSelectedThread()
408 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
412 SBThread sb_thread; in GetThreadAtIndex()
704 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID()
708 SBThread sb_thread; in GetThreadByID()
727 SBThread sb_thread; in GetThreadByIndexID()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h20 class LLDB_API SBThread {
32 SBThread();
34 SBThread(const lldb::SBThread &thread);
36 SBThread(const lldb::ThreadSP &lldb_object_sp);
38 ~SBThread();
185 static SBThread GetThreadFromEvent(const SBEvent &event);
189 const lldb::SBThread &operator=(const lldb::SBThread &rhs);
191 bool operator==(const lldb::SBThread &rhs) const;
193 bool operator!=(const lldb::SBThread &rhs) const;
201 SBThread GetExtendedBacktraceThread(const char *type);
[all …]
H A DSBProcess.h91 lldb::SBThread GetThreadAtIndex(size_t index);
93 lldb::SBThread GetThreadByID(lldb::tid_t sb_thread_id);
95 lldb::SBThread GetThreadByIndexID(uint32_t index_id);
97 lldb::SBThread GetSelectedThread() const;
103 lldb::SBThread CreateOSPluginThread(lldb::tid_t tid, lldb::addr_t context);
105 bool SetSelectedThread(const lldb::SBThread &thread);
422 friend class SBThread; variable
H A DSBThreadPlan.h27 SBThreadPlan(lldb::SBThread &thread, const char *class_name);
29 SBThreadPlan(lldb::SBThread &thread, const char *class_name,
67 SBThread GetThread() const;
H A DSBTrace.h73 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
94 SBError Stop(const SBThread &thread);
H A DSBThreadCollection.h32 lldb::SBThread GetThreadAtIndex(size_t idx);
50 friend class SBThread; variable
H A DSBExecutionContext.h34 SBExecutionContext(lldb::SBThread thread); // can't be a const& because
48 SBThread GetThread() const;
H A DSBQueue.h47 lldb::SBThread GetThreadAtIndex(uint32_t);
59 friend class SBThread; variable
H A DSBFrame.h128 lldb::SBThread GetThread() const;
193 friend class SBThread; variable
H A DSBDefines.h75 class LLDB_API SBThread; variable
98 SBThread &thread,
H A DSBQueueItem.h41 SBThread GetExtendedBacktraceThread(const char *type);
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThread.i39 ) SBThread;
40 class SBThread
56 SBThread ();
58 SBThread (const lldb::SBThread &thread);
60 ~SBThread();
71 static SBThread
355 operator == (const lldb::SBThread &rhs) const;
358 operator != (const lldb::SBThread &rhs) const;
369 lldb::SBThread
396 lldb::SBThread
[all …]
H A DSBTrace.i22 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
26 SBError Stop(const SBThread &thread);
H A DSBProcess.i139 lldb::SBThread
144 lldb::SBThread
149 lldb::SBThread
154 lldb::SBThread
159 lldb::SBThread
163 SetSelectedThread (const lldb::SBThread &thread);
H A DSBExecutionContext.i25 …SBExecutionContext (lldb::SBThread thread); // can't be a const& because SBThread::get() isn't its…
37 SBThread
H A DSBThreadPlan.i36 SBThreadPlan (lldb::SBThread &thread, const char *class_name);
83 SBThread
H A DSBThreadCollection.i34 lldb::SBThread
H A DSBQueueItem.i46 lldb::SBThread

12