| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A 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()
|
| H A D | UnwindLLDB.cpp | 108 m_thread.GetIndexID()); in AddFirstFrame() 288 m_thread.GetIndexID()); in GetOneMoreFrame() 336 m_thread.GetIndexID()); in AddOneMoreFrame()
|
| H A D | QueueList.cpp | 61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
|
| H A D | Queue.cpp | 38 uint32_t Queue::GetIndexID() { return m_queue_id; } in GetIndexID() function in Queue
|
| H A D | ThreadSpec.cpp | 87 uint32_t index = thread.GetIndexID(); in IndexMatches()
|
| H A D | ThreadPlanStack.cpp | 449 index_id = thread_sp->GetIndexID(); in DumpPlans() 487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
|
| H A D | ThreadPlan.cpp | 133 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
|
| H A D | ThreadList.cpp | 218 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID() 462 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
|
| H A D | Thread.cpp | 1031 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun() 1040 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun() 1381 uint32_t Thread::GetIndexID() const { return m_index_id; } in GetIndexID() function in Thread
|
| H A D | TraceDumper.cpp | 117 m_s.Format("thread #{0}: tid = {1}\n", thread.GetIndexID(), thread.GetID()); in OutputWriterCLI()
|
| H A D | Process.cpp | 4004 thread_index_array[not_suspended_idx] = thread_sp->GetIndexID(); in ShouldStop() 4035 if (thread_sp->GetIndexID() != thread_index_array[idx]) { in ShouldStop() 4040 idx, thread_index_array[idx], thread_sp->GetIndexID()); in ShouldStop() 4798 const uint32_t thread_idx_id = thread->GetIndexID(); in RunThreadPlan() 4834 selected_tid = selected_thread_sp->GetIndexID(); in RunThreadPlan()
|
| H A D | RegisterContextUnwind.cpp | 2373 m_thread.GetIndexID(), m_frame_number, logmsg.c_str()); in UnwindLogMsg() 2390 m_thread.GetIndexID(), m_frame_number, logmsg.c_str()); in UnwindLogMsgVerbose()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBQueue.cpp | 70 uint32_t GetIndexID() const { in GetIndexID() function in lldb_private::QueueImpl 74 result = queue_sp->GetIndexID(); in GetIndexID() 264 uint32_t SBQueue::GetIndexID() const { in GetIndexID() function in SBQueue 267 uint32_t index_id = m_opaque_sp->GetIndexID(); in GetIndexID()
|
| H A D | SBThread.cpp | 385 uint32_t SBThread::GetIndexID() const { in GetIndexID() function in SBThread 390 return thread_sp->GetIndexID(); in GetIndexID()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBQueue.h | 41 uint32_t GetIndexID() const;
|
| H A D | SBThread.h | 90 uint32_t GetIndexID() const;
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Queue.h | 70 uint32_t GetIndexID();
|
| H A D | Thread.h | 1083 uint32_t GetIndexID() const; 1095 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBThreadDocstrings.i | 92 ) lldb::SBThread::GetIndexID;
|
| H A D | SBThreadExtensions.i | 49 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 228 thread->GetIndexID()); in HandleOneThread() 732 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute() 734 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute() 1383 thread->GetIndexID()); in HandleOneThread() 1475 thread_sp->GetIndexID()); in HandleOneThread() 1643 thread_sp->GetIndexID(), error.AsCString()); in DoExecute() 1748 thread->GetIndexID()); in DoExecute()
|
| H A D | CommandObjectThreadUtil.cpp | 155 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 146 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
| H A D | InstrumentationRuntimeTSan.cpp | 277 lldb_user_id = lldb_thread->GetIndexID(); in GetRenumberedThreadIds() 360 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPT.cpp | 252 s.Format("\nthread #{0}: tid = {1}", thread.GetIndexID(), thread.GetID()); in DumpTraceInfo()
|