Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThread.cpp53 const char *SBThread::GetBroadcasterClassName() { in GetBroadcasterClassName()
60 SBThread::SBThread() : m_opaque_sp(new ExecutionContextRef()) { in SBThread() function in SBThread
64 SBThread::SBThread(const ThreadSP &lldb_object_sp) in SBThread() function in SBThread
69 SBThread::SBThread(const SBThread &rhs) { in SBThread() function in SBThread
77 const lldb::SBThread &SBThread::operator=(const SBThread &rhs) { in operator =()
86 SBThread::~SBThread() = default;
88 lldb::SBQueue SBThread::GetQueue() const { in GetQueue()
109 bool SBThread::IsValid() const { in IsValid()
113 SBThread::operator bool() const { in operator bool()
130 void SBThread::Clear() { in Clear()
[all …]
H A DSBExecutionContext.cpp49 SBExecutionContext::SBExecutionContext(lldb::SBThread thread) in SBExecutionContext()
101 SBThread SBExecutionContext::GetThread() const { in GetThread()
104 SBThread sb_thread; in GetThread()
H A DSBThreadPlan.cpp65 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name) { in SBThreadPlan()
74 SBThreadPlan::SBThreadPlan(lldb::SBThread &sb_thread, const char *class_name, in SBThreadPlan()
130 SBThread SBThreadPlan::GetThread() const { in GetThread()
135 return SBThread(thread_plan_sp->GetThread().shared_from_this()); in GetThread()
137 return SBThread(); in GetThread()
H A DSBTrace.cpp46 SBTraceCursor SBTrace::CreateNewCursor(SBError &error, SBThread &thread) { in CreateNewCursor()
101 SBError SBTrace::Start(const SBThread &thread, in Start()
128 SBError SBTrace::Stop(const SBThread &thread) { in Stop()
H A DSBThreadCollection.cpp76 SBThread SBThreadCollection::GetThreadAtIndex(size_t idx) { in GetThreadAtIndex()
79 SBThread thread; in GetThreadAtIndex()
H A DSBQueue.cpp139 lldb::SBThread GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
142 SBThread sb_thread; in GetThreadAtIndex()
285 SBThread SBQueue::GetThreadAtIndex(uint32_t idx) { in GetThreadAtIndex()
288 SBThread th = m_opaque_sp->GetThreadAtIndex(idx); in GetThreadAtIndex()
H A DSBQueueItem.cpp92 SBThread SBQueueItem::GetExtendedBacktraceThread(const char *type) { in GetExtendedBacktraceThread()
95 SBThread result; in GetExtendedBacktraceThread()
H A DSBProcess.cpp200 SBThread SBProcess::GetSelectedThread() const { in GetSelectedThread()
203 SBThread sb_thread; in GetSelectedThread()
216 SBThread SBProcess::CreateOSPluginThread(lldb::tid_t tid, in CreateOSPluginThread()
220 SBThread sb_thread; in CreateOSPluginThread()
342 bool SBProcess::SetSelectedThread(const SBThread &thread) { in SetSelectedThread()
384 SBThread SBProcess::GetThreadAtIndex(size_t index) { in GetThreadAtIndex()
387 SBThread sb_thread; in GetThreadAtIndex()
676 SBThread SBProcess::GetThreadByID(tid_t tid) { in GetThreadByID()
679 SBThread sb_thread; in GetThreadByID()
694 SBThread SBProcess::GetThreadByIndexID(uint32_t index_id) { in GetThreadByIndexID()
[all …]
/openbsd-src/gnu/llvm/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);
436 friend class SBThread; variable
H A DSBTrace.h41 SBTraceCursor CreateNewCursor(SBError &error, SBThread &thread);
112 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
133 SBError Stop(const SBThread &thread);
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 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.h87 class LLDB_API SBThread; variable
111 SBThread &thread,
/openbsd-src/gnu/llvm/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.i18 SBTraceCursor CreateNewCursor(SBError &error, SBThread &thread);
26 SBError Start(const SBThread &thread, const SBStructuredData &configuration);
30 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
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Ddebuggerdriver.py44 lldb.SBThread.GetBroadcasterClassName(),
45 lldb.SBThread.eBroadcastBitStackChanged
47 | lldb.SBThread.eBroadcastBitThreadSuspended
48 | lldb.SBThread.eBroadcastBitThreadResumed
49 | lldb.SBThread.eBroadcastBitSelectedFrameChanged
50 | lldb.SBThread.eBroadcastBitThreadSelected
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.h379 llvm::json::Value CreateThread(lldb::SBThread &thread);
402 llvm::json::Value CreateThreadStopped(lldb::SBThread &thread, uint32_t stop_id);

123