| /llvm-project-15.0.7/lldb/test/API/functionalities/thread/step_out/ |
| H A D | TestThreadStepOut.py | 63 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 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()
|
| /llvm-project-15.0.7/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() 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 D | SBThread.i | 157 GetIndexID; 159 GetIndexID () const; 453 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
|
| H A D | SBQueue.i | 57 GetIndexID () const;
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/intelpt/ |
| H A D | intelpt_testcase.py | 90 command += " " + str(thread.GetIndexID()) 134 command += " " + str(thread.GetIndexID())
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBQueue.h | 43 uint32_t GetIndexID() const;
|
| H A D | SBThread.h | 86 uint32_t GetIndexID() const;
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_thread.py | 14 obj.GetIndexID()
|
| /llvm-project-15.0.7/lldb/include/lldb/Target/ |
| H A D | Queue.h | 70 uint32_t GetIndexID();
|
| H A D | Thread.h | 1062 uint32_t GetIndexID() const; 1074 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/tsan/thread_numbers/ |
| H A D | TestTsanThreadNumbers.py | 48 ).process.GetSelectedThread().GetIndexID()
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | LLDBUtils.cpp | 82 return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT | in MakeVSCodeFrameID()
|
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectThread.cpp | 228 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 D | CommandObjectThreadUtil.cpp | 156 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/ |
| H A D | TestThreadPlanCommands.py | 98 current_id = threads[0].GetIndexID()
|
| /llvm-project-15.0.7/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
| H A D | InstrumentationRuntimeMainThreadChecker.cpp | 145 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/ |
| H A D | concurrent_base.py | 42 id = x.GetIndexID()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/scripted_process/ |
| H A D | stack_core_scripted_process.py | 34 "thread_idx" : corefile_thread.GetIndexID()
|