| /NextBSD/contrib/llvm/tools/lldb/source/API/ |
| HD | SBQueue.cpp | 107 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()
|
| HD | SBThread.cpp | 516 SBThread::GetIndexID () const in GetIndexID() function in SBThread 520 return thread_sp->GetIndexID(); in GetIndexID()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| HD | UnwindLLDB.cpp | 117 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()
|
| HD | RegisterContextLLDB.cpp | 2052 … 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/ |
| HD | MICmnLLDBDebuggerHandleEvents.cpp | 1029 …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()
|
| HD | MICmnLLDBDebugSessionInfo.cpp | 376 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()
|
| HD | MICmdCmdVar.cpp | 179 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/ |
| HD | SBQueue.h | 50 GetIndexID () const;
|
| HD | SBThread.h | 95 GetIndexID () const;
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/ |
| HD | Queue.h | 87 GetIndexID ();
|
| HD | Thread.h | 1115 GetIndexID () const; 1132 return GetIndexID (); in GetExtendedBacktraceOriginatingIndexID()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | QueueList.cpp | 89 if (queue_sp->GetIndexID() == index_id) in FindQueueByIndexID()
|
| HD | Queue.cpp | 55 Queue::GetIndexID () in GetIndexID() function in Queue
|
| HD | ThreadSpec.cpp | 74 uint32_t index = thread.GetIndexID(); in IndexMatches()
|
| HD | ThreadList.cpp | 230 if (m_threads[idx]->GetIndexID() == index_id) in FindThreadByIndexID() 439 (*pos)->GetIndexID(), in ShouldReportRun()
|
| HD | Thread.cpp | 1085 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()
|
| HD | ThreadPlan.cpp | 164 __FUNCTION__, m_thread.GetIndexID(), in WillResume()
|
| HD | Process.cpp | 4752 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()
|
| HD | StopInfo.cpp | 937 thread_sp->GetIndexID(), in DoShouldNotify()
|
| HD | Target.cpp | 2314 …lt.AppendMessageWithFormat("-- Thread %d\n", exc_ctx_with_reasons[i].GetThreadPtr()->GetIndexID()); in RunStopHooks()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectThread.cpp | 301 …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/ |
| HD | IOHandler.cpp | 4476 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()
|
| HD | FormatEntity.cpp | 1348 s.Printf(format, thread->GetIndexID()); in Format()
|