| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | ThreadCollection.cpp | 32 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()
|
| D | UnwindLLDB.cpp | 108 m_thread.GetIndexID()); in AddFirstFrame() 288 m_thread.GetIndexID()); in GetOneMoreFrame() 336 m_thread.GetIndexID()); in AddOneMoreFrame()
|
| D | QueueList.cpp | 61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
|
| D | Queue.cpp | 38 uint32_t Queue::GetIndexID() { return m_queue_id; } in GetIndexID() function in Queue
|
| D | ThreadSpec.cpp | 87 uint32_t index = thread.GetIndexID(); in IndexMatches()
|
| D | ThreadPlanStack.cpp | 449 index_id = thread_sp->GetIndexID(); in DumpPlans() 487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
|
| D | ThreadPlan.cpp | 133 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
|
| D | ThreadList.cpp | 218 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID() 462 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
|
| D | Thread.cpp | 1054 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/ |
| D | SBQueue.cpp | 70 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()
|
| D | SBThread.cpp | 385 uint32_t SBThread::GetIndexID() const { in GetIndexID() function in SBThread 390 return thread_sp->GetIndexID(); in GetIndexID()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBThread.i | 157 GetIndexID; 159 GetIndexID () const; 453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
|
| D | SBQueue.i | 57 GetIndexID () const;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBQueue.h | 43 uint32_t GetIndexID() const;
|
| D | SBThread.h | 86 uint32_t GetIndexID() const;
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | Queue.h | 70 uint32_t GetIndexID();
|
| D | Thread.h | 1063 uint32_t GetIndexID() const; 1075 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
|
| /openbsd/src/gnu/llvm/lldb/tools/lldb-vscode/ |
| D | LLDBUtils.cpp | 82 return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT | in MakeVSCodeFrameID()
|
| /openbsd/src/gnu/llvm/lldb/source/Commands/ |
| D | CommandObjectThread.cpp | 228 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()
|
| D | CommandObjectThreadUtil.cpp | 156 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| D | InstrumentationRuntimeMainThreadChecker.cpp | 145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /openbsd/src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
| D | concurrent_base.py | 42 id = x.GetIndexID()
|
| /openbsd/src/gnu/llvm/lldb/examples/python/ |
| D | diagnose_unwind.py | 184 print('Unwind diagnostics for thread %d' % thread.GetIndexID())
|
| D | lldbtk.py | 89 name = 'thread #%u' % (self.thread.GetIndexID())
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| D | InstrumentationRuntimeTSan.cpp | 278 lldb_user_id = lldb_thread->GetIndexID(); in GetRenumberedThreadIds() 360 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); in RetrieveReportData()
|