/external/llvm-project/lldb/source/Target/ |
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()
|
D | UnwindLLDB.cpp | 107 m_thread.GetIndexID()); in AddFirstFrame() 287 m_thread.GetIndexID()); in GetOneMoreFrame() 336 m_thread.GetIndexID()); in AddOneMoreFrame()
|
D | QueueList.cpp | 61 if (queue_sp->GetIndexID() == index_id) { in FindQueueByIndexID()
|
D | Queue.cpp | 38 uint32_t Queue::GetIndexID() { return m_queue_id; } in GetIndexID() function in Queue
|
D | ThreadSpec.cpp | 89 uint32_t index = thread.GetIndexID(); in IndexMatches()
|
D | ThreadPlanStack.cpp | 438 index_id = thread_sp->GetIndexID(); in DumpPlans() 475 index_id = thread_sp->GetIndexID(); in DumpPlansForTID()
|
D | Trace.cpp | 209 thread.GetIndexID(), thread.GetID(), instructions_count); in DumpTraceInstructions()
|
D | ThreadPlan.cpp | 130 __FUNCTION__, GetThread().GetIndexID(), in WillResume()
|
/external/llvm-project/lldb/source/API/ |
D | SBQueue.cpp | 76 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/ |
D | cli-wrapper-pt.cpp | 264 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/ |
D | SBThread.i | 154 GetIndexID; 156 GetIndexID () const; 444 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a…
|
D | SBQueue.i | 54 GetIndexID () const;
|
/external/llvm-project/lldb/test/API/functionalities/thread/step_out/ |
D | TestThreadStepOut.py | 101 self.runCmd("thread select %d" % self.step_out_thread.GetIndexID()) 111 self.step_out_thread.GetIndexID()])
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBQueue.h | 43 uint32_t GetIndexID() const;
|
D | SBThread.h | 83 uint32_t GetIndexID() const;
|
/external/llvm-project/lldb/test/API/python_api/default-constructor/ |
D | sb_thread.py | 14 obj.GetIndexID()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Queue.h | 70 uint32_t GetIndexID();
|
D | Thread.h | 1064 uint32_t GetIndexID() const; 1076 return GetIndexID(); in GetExtendedBacktraceOriginatingIndexID()
|
/external/llvm-project/lldb/test/API/functionalities/tsan/thread_numbers/ |
D | TestTsanThreadNumbers.py | 50 ).process.GetSelectedThread().GetIndexID()
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | LLDBUtils.cpp | 78 return (int64_t)(frame.GetThread().GetIndexID() << THREAD_INDEX_SHIFT | in MakeVSCodeFrameID()
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectThreadUtil.cpp | 146 uint32_t thread_index_id = thread->GetIndexID(); in BucketThread()
|
D | CommandObjectThread.cpp | 174 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/ |
D | TestThreadPlanCommands.py | 100 current_id = threads[0].GetIndexID()
|
/external/llvm-project/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/ |
D | InstrumentationRuntimeMainThreadChecker.cpp | 155 d->AddIntegerItem("tid", thread_sp->GetIndexID()); in RetrieveReportData()
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/ |
D | concurrent_base.py | 42 id = x.GetIndexID()
|