Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A 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()
H A DUnwindLLDB.cpp108 m_thread.GetIndexID()); in AddFirstFrame()
293 m_thread.GetIndexID()); in GetOneMoreFrame()
341 m_thread.GetIndexID()); in AddOneMoreFrame()
H A DQueueList.cpp61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
H A DQueue.cpp38 uint32_t Queue::GetIndexID() { return m_queue_id; } in GetIndexID() function in Queue
H A DThreadSpec.cpp87 uint32_t index = thread.GetIndexID(); in IndexMatches()
H A DThreadPlanStack.cpp449 index_id = thread_sp->GetIndexID(); in DumpPlans()
487 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
H A DThreadPlan.cpp133 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
H A DThreadList.cpp217 if (m_threads[idx]->GetIndexID() == index_id) { in FindThreadByIndexID()
461 (*pos)->GetIndexID(), (*pos)->GetID()); in ShouldReportRun()
H A DThread.cpp1038 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 DTraceDumper.cpp117 m_s.Format("thread #{0}: tid = {1}\n", thread.GetIndexID(), thread.GetID()); in OutputWriterCLI()
H A DRegisterContextUnwind.cpp2374 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 DProcess.cpp4187 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 DSBQueue.cpp70 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 DSBThread.cpp385 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 DSBQueue.h41 uint32_t GetIndexID() const;
H A DSBThread.h90 uint32_t GetIndexID() const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DQueue.h70 uint32_t GetIndexID();
H A DThread.h1092 uint32_t GetIndexID() const;
1104 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i92 ) lldb::SBThread::GetIndexID;
H A DSBThreadExtensions.i49 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 DCommandObjectThread.cpp234 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 DCommandObjectThreadUtil.cpp153 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp146 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/InstrumentationRuntime/TSan/
H A DInstrumentationRuntimeTSan.cpp279 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 DTraceIntelPT.cpp252 s.Format("\nthread #{0}: tid = {1}", thread.GetIndexID(), thread.GetID()); in DumpTraceInfo()

12