Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/
H A DTestThreadStepOut.py63 if thread.GetIndexID() == self.step_out_thread.GetIndexID():
65 other_threads[thread.GetIndexID()] = thread.frames[0].line_entry
72 index_id = thread.GetIndexID()
82 self.runCmd("thread select %d" % self.step_out_thread.GetIndexID())
88 …self.assertEqual(selected_thread.GetIndexID(), self.step_out_thread.GetIndexID(), "Step out change…
/llvm-project-15.0.7/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()
288 m_thread.GetIndexID()); in GetOneMoreFrame()
336 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()
/llvm-project-15.0.7/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()
266 uint32_t SBQueue::GetIndexID() const { in GetIndexID() function in SBQueue
269 uint32_t index_id = m_opaque_sp->GetIndexID(); in GetIndexID()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBThread.i157 GetIndexID;
159 GetIndexID () const;
453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
H A DSBQueue.i57 GetIndexID () const;
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/
H A Dintelpt_testcase.py90 command += " " + str(thread.GetIndexID())
134 command += " " + str(thread.GetIndexID())
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBQueue.h43 uint32_t GetIndexID() const;
H A DSBThread.h86 uint32_t GetIndexID() const;
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_thread.py14 obj.GetIndexID()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DQueue.h70 uint32_t GetIndexID();
H A DThread.h1062 uint32_t GetIndexID() const;
1074 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
/llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_numbers/
H A DTestTsanThreadNumbers.py48 ).process.GetSelectedThread().GetIndexID()
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DLLDBUtils.cpp82 return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT | in MakeVSCodeFrameID()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectThread.cpp228 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()
H A DCommandObjectThreadUtil.cpp156 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A DTestThreadPlanCommands.py98 current_id = threads[0].GetIndexID()
/llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/
H A DInstrumentationRuntimeMainThreadChecker.cpp145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dconcurrent_base.py42 id = x.GetIndexID()
/llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/
H A Dstack_core_scripted_process.py34 "thread_idx" : corefile_thread.GetIndexID()

12