Home
last modified time | relevance | path

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

12

/external/llvm-project/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.cpp107 m_thread.GetIndexID()); in AddFirstFrame()
287 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.cpp89 uint32_t index = thread.GetIndexID(); in IndexMatches()
DThreadPlanStack.cpp438 index_id = thread_sp->GetIndexID(); in DumpPlans()
475 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
DTrace.cpp209 thread.GetIndexID(), thread.GetID(), instructions_count); in DumpTraceInstructions()
DThreadPlan.cpp130 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
/external/llvm-project/lldb/source/API/
DSBQueue.cpp76 uint32_t GetIndexID() const { in GetIndexID() function in lldb_private::QueueImpl
80 result = queue_sp->GetIndexID(); in GetIndexID()
274 uint32_t SBQueue::GetIndexID() const { in GetIndexID() function in SBQueue
275 LLDB_RECORD_METHOD_CONST_NO_ARGS(uint32_t, SBQueue, GetIndexID); in GetIndexID()
277 uint32_t index_id = m_opaque_sp->GetIndexID(); in GetIndexID()
346 LLDB_REGISTER_METHOD_CONST(uint32_t, SBQueue, GetIndexID, ()); in RegisterMethods()
/external/llvm-project/lldb/tools/intel-features/intel-pt/
Dcli-wrapper-pt.cpp264 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
272 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
281 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
289 thread.GetIndexID(), thread_id, options.GetTraceBufferSize(), in DoExecute()
382 thread.GetIndexID(), thread_id, error.GetCString()); in DoExecute()
389 res.Printf("thread #%" PRIu32 ": tid=%" PRIu64 "\n", thread.GetIndexID(), in DoExecute()
/external/llvm-project/lldb/bindings/interface/
DSBThread.i154 GetIndexID;
156 GetIndexID () const;
444 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
DSBQueue.i54 GetIndexID () const;
/external/llvm-project/lldb/test/API/functionalities/thread/step_out/
DTestThreadStepOut.py101 self.runCmd("thread select %d" % self.step_out_thread.GetIndexID())
111 self.step_out_thread.GetIndexID()])
/external/llvm-project/lldb/include/lldb/API/
DSBQueue.h43 uint32_t GetIndexID() const;
DSBThread.h83 uint32_t GetIndexID() const;
/external/llvm-project/lldb/test/API/python_api/default-constructor/
Dsb_thread.py14 obj.GetIndexID()
/external/llvm-project/lldb/include/lldb/Target/
DQueue.h70 uint32_t GetIndexID();
DThread.h1064 uint32_t GetIndexID() const;
1076 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
/external/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers/
DTestTsanThreadNumbers.py50 ).process.GetSelectedThread().GetIndexID()
/external/llvm-project/lldb/tools/lldb-vscode/
DLLDBUtils.cpp78 return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT | in MakeVSCodeFrameID()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.cpp146 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
DCommandObjectThread.cpp174 thread->GetIndexID()); in HandleOneThread()
708 result.AppendMessageWithFormat("%u, ", thread->GetIndexID()); in DoExecute()
710 result.AppendMessageWithFormat("%u ", thread->GetIndexID()); in DoExecute()
1307 thread->GetIndexID()); in HandleOneThread()
1526 thread_sp->GetIndexID(), error.AsCString()); in DoExecute()
1635 thread->GetIndexID()); in DoExecute()
/external/llvm-project/lldb/test/API/functionalities/thread_plan/
DTestThreadPlanCommands.py100 current_id = threads[0].GetIndexID()
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
DInstrumentationRuntimeMainThreadChecker.cpp155 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dconcurrent_base.py42 id = x.GetIndexID()

12