|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/lldb/include/lldb/Target/Thread.h 1042 uint32_t GetIndexID() const;
References
tools/lldb/include/lldb/Target/Thread.h 1054 return GetIndexID();
tools/lldb/source/API/SBThread.cpp 450 return thread_sp->GetIndexID();
tools/lldb/source/Commands/CommandObjectThread.cpp 221 uint32_t thread_index_id = thread->GetIndexID();
376 thread->GetIndexID());
891 result.AppendMessageWithFormat("%u, ", thread->GetIndexID());
893 result.AppendMessageWithFormat("%u ", thread->GetIndexID());
1466 thread->GetIndexID());
1677 thread_sp->GetIndexID(), error.AsCString());
1786 thread->GetIndexID());
tools/lldb/source/Core/FormatEntity.cpp 1238 s.Printf(format, thread->GetIndexID());
tools/lldb/source/Core/IOHandler.cpp 3571 thread_menu_title.Printf("Thread %u", thread_sp->GetIndexID());
4057 window.Printf("<<< Thread %u: %s ", thread->GetIndexID(),
4204 window.Printf("<<< Thread %u: %s ", thread->GetIndexID(),
tools/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/MainThreadCheckerRuntime.cpp 146 d->AddIntegerItem("tid", thread_sp->GetIndexID());
tools/lldb/source/Plugins/InstrumentationRuntime/TSan/TSanRuntime.cpp 280 lldb_user_id = lldb_thread->GetIndexID();
359 dict->AddIntegerItem("thread_id", thread_sp->GetIndexID());
tools/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp 2173 m_thread.GetIndexID(), m_frame_number, logmsg);
2195 m_thread.GetIndexID(), m_frame_number, logmsg);
tools/lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp 108 m_thread.GetIndexID());
288 m_thread.GetIndexID());
337 m_thread.GetIndexID());
tools/lldb/source/Target/Process.cpp 3954 curr_thread_list.GetThreadAtIndex(idx)->GetIndexID();
3985 if (thread_sp->GetIndexID() != thread_index_array[idx]) {
3991 idx, thread_index_array[idx], thread_sp->GetIndexID());
4675 const uint32_t thread_idx_id = thread->GetIndexID();
4710 selected_tid = selected_thread_sp->GetIndexID();
4787 thread->GetIndexID(), thread->GetID(), s.GetData());
tools/lldb/source/Target/StopInfo.cpp 940 "thread %d received signal: %s", thread_sp->GetIndexID(),
tools/lldb/source/Target/Target.cpp 2645 exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID());
tools/lldb/source/Target/Thread.cpp 992 GetIndexID(), static_cast<void *>(this), GetID(),
1001 GetIndexID(), static_cast<void *>(this), GetID(),
1539 s->Printf("thread #%u: tid = 0x%4.4" PRIx64 "\n", GetIndexID(), GetID());
1549 s->Printf("thread #%u: tid = 0x%4.4" PRIx64 ":\n", GetIndexID(), GetID());
tools/lldb/source/Target/ThreadCollection.cpp 32 const uint32_t thread_index_id = thread_sp->GetIndexID();
33 if (m_threads.empty() || m_threads.back()->GetIndexID() < thread_index_id)
39 return lhs->GetIndexID() < rhs->GetIndexID();
39 return lhs->GetIndexID() < rhs->GetIndexID();
tools/lldb/source/Target/ThreadList.cpp 217 if (m_threads[idx]->GetIndexID() == index_id) {
434 (*pos)->GetIndexID(), (*pos)->GetID());
tools/lldb/source/Target/ThreadPlan.cpp 116 __FUNCTION__, m_thread.GetIndexID(), static_cast<void *>(&m_thread),
tools/lldb/source/Target/ThreadSpec.cpp 89 uint32_t index = thread.GetIndexID();