Home
last modified time | relevance | path

Searched refs:GetIndexID (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/source/Target/
DThreadCollection.cpp32 const uint32_t thread_index_id = thread_sp->GetIndexID(); in AddThreadSortedByIndexID()
33 if (m_threads.empty() || m_threads.back()->GetIndexID() < thread_index_id) in AddThreadSortedByIndexID()
39 return lhs->GetIndexID() < rhs->GetIndexID(); in AddThreadSortedByIndexID()
DUnwindLLDB.cpp108 m_thread.GetIndexID()); in AddFirstFrame()
288 m_thread.GetIndexID()); in GetOneMoreFrame()
336 m_thread.GetIndexID()); in AddOneMoreFrame()
DQueueList.cpp61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
DQueue.cpp38 uint32_t Queue::GetIndexID() { return m_queue_id; } in GetIndexID() function in Queue
DThreadSpec.cpp87 uint32_t index = thread.GetIndexID(); in IndexMatches()
DThreadPlanStack.cpp449 index_id = thread_sp->GetIndexID(); in DumpPlans()
487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
DThreadPlan.cpp133 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
DThreadList.cpp218 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID()
462 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
DThread.cpp1054 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun()
1063 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun()
1404 uint32_t Thread::GetIndexID() const { return m_index_id; } in GetIndexID() function in Thread
/openbsd/src/gnu/llvm/lldb/source/API/
DSBQueue.cpp70 uint32_t GetIndexID() const { in GetIndexID() function in lldb_private::QueueImpl
74 result = queue_sp->GetIndexID(); in GetIndexID()
266 uint32_t SBQueue::GetIndexID() const { in GetIndexID() function in SBQueue
269 uint32_t index_id = m_opaque_sp->GetIndexID(); in GetIndexID()
DSBThread.cpp385 uint32_t SBThread::GetIndexID() const { in GetIndexID() function in SBThread
390 return thread_sp->GetIndexID(); in GetIndexID()
/openbsd/src/gnu/llvm/lldb/bindings/interface/
DSBThread.i157 GetIndexID;
159 GetIndexID () const;
453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
DSBQueue.i57 GetIndexID () const;
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBQueue.h43 uint32_t GetIndexID() const;
DSBThread.h86 uint32_t GetIndexID() const;
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DQueue.h70 uint32_t GetIndexID();
DThread.h1063 uint32_t GetIndexID() const;
1075 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
/openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/
DLLDBUtils.cpp82 return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT | in MakeVSCodeFrameID()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThread.cpp228 thread->GetIndexID()); in HandleOneThread()
729 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute()
731 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute()
1320 thread->GetIndexID()); in HandleOneThread()
1412 thread_sp->GetIndexID()); in HandleOneThread()
1579 thread_sp->GetIndexID(), error.AsCString()); in DoExecute()
1685 thread->GetIndexID()); in DoExecute()
DCommandObjectThreadUtil.cpp156 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
Dconcurrent_base.py42 id = x.GetIndexID()
/openbsd/src/gnu/llvm/lldb/examples/python/
Ddiagnose_unwind.py184 print('Unwind diagnostics for thread %d' % thread.GetIndexID())
Dlldbtk.py89 name = 'thread #%u' % (self.thread.GetIndexID())
/openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/
DInstrumentationRuntimeTSan.cpp278 lldb_user_id = lldb_thread->GetIndexID(); in GetRenumberedThreadIds()
360 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); in RetrieveReportData()

12