/freebsd/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() 293 m_thread.GetIndexID()); in GetOneMoreFrame() 341 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 | 217 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID() 461 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
|
H A D | Thread.cpp | 1038 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun() 1047 GetIndexID(), static_cast<void *>(this), GetID(), in ShouldReportRun() 1388 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 | RegisterContextUnwind.cpp | 2374 m_thread.GetIndexID(), m_frame_number, logmsg.c_str()); in UnwindLogMsg() 2391 m_thread.GetIndexID(), m_frame_number, logmsg.c_str()); in UnwindLogMsgVerbose()
|
H A D | Process.cpp | 4187 not_suspended_threads.emplace_back(thread_sp, thread_sp->GetIndexID()); in ShouldStop() 4213 if (thread_sp->GetIndexID() != thread_index) { in ShouldStop() 4217 thread_sp.get(), thread_index, thread_sp->GetIndexID()); in ShouldStop() 4995 const uint32_t thread_idx_id = thread->GetIndexID(); in RunThreadPlan() 5031 selected_tid = selected_thread_sp->GetIndexID(); in RunThreadPlan()
|
/freebsd/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/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/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Queue.h | 70 uint32_t GetIndexID();
|
H A D | Thread.h | 1092 uint32_t GetIndexID() const; 1104 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
|
/freebsd/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 an integer. Thread index ID values start at 1 and increment as threads come and go and can be used to uniquely identify threads.''')
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectThread.cpp | 234 thread->GetIndexID()); in HandleOneThread() 706 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute() 708 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute() 1345 thread->GetIndexID()); in HandleOneThread() 1440 thread_sp->GetIndexID()); in HandleOneThread() 1599 thread_sp->GetIndexID(), error.AsCString()); in DoExecute() 1704 thread->GetIndexID()); in DoExecute()
|
H A D | CommandObjectThreadUtil.cpp | 153 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
H A D | InstrumentationRuntimeMainThreadChecker.cpp | 146 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/ |
H A D | InstrumentationRuntimeTSan.cpp | 279 lldb_user_id = lldb_thread->GetIndexID(); in GetRenumberedThreadIds() 362 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID()); in RetrieveReportData()
|
/freebsd/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()
|