Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBQueue.cpp107 GetIndexID () const in GetIndexID() function in lldb_private::QueueImpl
113 result = queue_sp->GetIndexID(); in GetIndexID()
370 SBQueue::GetIndexID () const in GetIndexID() function in SBQueue
372 uint32_t index_id = m_opaque_sp->GetIndexID (); in GetIndexID()
HDSBThread.cpp516 SBThread::GetIndexID () const in GetIndexID() function in SBThread
520 return thread_sp->GetIndexID(); in GetIndexID()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDUnwindLLDB.cpp117 log->Printf ("th%d Unwind of this thread is complete.", m_thread.GetIndexID()); in AddFirstFrame()
258 … previous frame and CFAs for both frames are identical -- stopping unwind", m_thread.GetIndexID()); in GetOneMoreFrame()
286 log->Printf ("th%d Unwind of this thread is complete.", m_thread.GetIndexID()); in AddOneMoreFrame()
HDRegisterContextLLDB.cpp2052 … m_frame_number < 100 ? m_frame_number : 100, "", m_thread.GetIndexID(), m_frame_number, in UnwindLogMsg()
2078 … m_frame_number < 100 ? m_frame_number : 100, "", m_thread.GetIndexID(), m_frame_number, in UnwindLogMsgVerbose()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMICmnLLDBDebuggerHandleEvents.cpp1029 …lString strThreadId(CMIUtilString::Format("%" PRIu32, sbProcess.GetSelectedThread().GetIndexID())); in HandleProcessEventStopSignal()
1055 …lString strThreadId(CMIUtilString::Format("%" PRIu32, sbProcess.GetSelectedThread().GetIndexID())); in HandleProcessEventStopSignal()
1081 …CMIUtilString strThreadId(CMIUtilString::Format("%d", sbProcess.GetSelectedThread().GetIndexID())); in HandleProcessEventStopSignal()
1131 …CMIUtilString strThreadId(CMIUtilString::Format("%d", sbProcess.GetSelectedThread().GetIndexID())); in HandleProcessEventStopSignal()
1169 const CMIUtilString strThreadId(CMIUtilString::Format("%d", sbThread.GetIndexID())); in HandleProcessEventStopException()
1328 const CMIUtilString strThreadId(CMIUtilString::Format("%d", thread.GetIndexID())); in MiStoppedAtBreakPoint()
1393 const CMIUtilString strThreadId(CMIUtilString::Format("%d", thread.GetIndexID())); in HandleProcessEventStopReasonTrace()
1676 const MIuint threadIndexID = thread.GetIndexID(); in ChkForStateChanges()
1699 const MIuint currentThreadIndexID = currentThread.GetIndexID(); in ChkForStateChanges()
HDMICmnLLDBDebugSessionInfo.cpp376 const CMIUtilString strId(CMIUtilString::Format("%d", rThread.GetIndexID())); in MIResponseFormThreadInfo()
392 strThread = CMIUtilString::Format(pThrdFmt, rThread.GetIndexID()); in MIResponseFormThreadInfo()
402 …if (!GetThreadFrames(vCmdData, rThread.GetIndexID(), eFrameInfoFormat_AllArgumentsInSimpleForm, st… in MIResponseFormThreadInfo()
HDMICmdCmdVar.cpp179 m_nThreadId = thread.GetIndexID(); in Execute()
1027 … const CMIUtilString strThreadId(CMIUtilString::Format("%u", member.GetThread().GetIndexID())); in Execute()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBQueue.h50 GetIndexID () const;
HDSBThread.h95 GetIndexID () const;
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDQueue.h87 GetIndexID ();
HDThread.h1115 GetIndexID () const;
1132 return GetIndexID (); in GetExtendedBacktraceOriginatingIndexID()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDQueueList.cpp89 if (queue_sp->GetIndexID() == index_id) in FindQueueByIndexID()
HDQueue.cpp55 Queue::GetIndexID () in GetIndexID() function in Queue
HDThreadSpec.cpp74 uint32_t index = thread.GetIndexID(); in IndexMatches()
HDThreadList.cpp230 if (m_threads[idx]->GetIndexID() == index_id) in FindThreadByIndexID()
439 (*pos)->GetIndexID(), in ShouldReportRun()
HDThread.cpp1085 GetIndexID(), static_cast<void*>(this), GetID(), in ShouldReportRun()
1095 GetIndexID(), static_cast<void*>(this), GetID(), in ShouldReportRun()
1684 Thread::GetIndexID () const in GetIndexID() function in Thread
1728 s->Printf ("thread #%u: tid = 0x%4.4" PRIx64 "\n", GetIndexID(), GetID()); in DumpThreadPlans()
1738 s->Printf ("thread #%u: tid = 0x%4.4" PRIx64 ":\n", GetIndexID(), GetID()); in DumpThreadPlans()
HDThreadPlan.cpp164 __FUNCTION__, m_thread.GetIndexID(), in WillResume()
HDProcess.cpp4752 thread_index_array[idx] = curr_thread_list.GetThreadAtIndex(idx)->GetIndexID(); in DoOnRemoval()
4779 if (thread_sp->GetIndexID() != thread_index_array[idx]) in DoOnRemoval()
4786 thread_sp->GetIndexID()); in DoOnRemoval()
5393 const uint32_t thread_idx_id = thread->GetIndexID(); in RunThreadPlan()
5417 selected_tid = selected_thread_sp->GetIndexID(); in RunThreadPlan()
5488 thread->GetIndexID(), in RunThreadPlan()
HDStopInfo.cpp937 thread_sp->GetIndexID(), in DoShouldNotify()
HDTarget.cpp2314 …lt.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectThread.cpp301 …ppendErrorWithFormat ("error displaying backtrace for thread: \"0x%4.4x\"\n", thread.GetIndexID()); in HandleOneThread()
870 result.AppendMessageWithFormat ("%u, ", thread->GetIndexID()); in DoExecute()
872 result.AppendMessageWithFormat ("%u ", thread->GetIndexID()); in DoExecute()
1560 … result.AppendErrorWithFormat ("error displaying info for thread: \"%d\"\n", thread.GetIndexID()); in HandleOneThread()
1776 …rror returning from frame %d of thread %d: %s.", frame_idx, thread_sp->GetIndexID(), error.AsCStri… in DoExecute()
1932 … result.AppendErrorWithFormat ("Error changing PC value for thread %d.", thread->GetIndexID()); in DoExecute()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp4476 thread_menu_title.Printf("Thread %u", thread_sp->GetIndexID()); in MenuDelegateAction()
5056 … window.Printf ("<<< Thread %u: %s ", thread->GetIndexID(), stop_description); in WindowDelegateDraw()
5210 … window.Printf ("<<< Thread %u: %s ", thread->GetIndexID(), stop_description); in WindowDelegateDraw()
HDFormatEntity.cpp1348 s.Printf(format, thread->GetIndexID()); in Format()