Searched refs:thread_index (Results 1 – 5 of 5) sorted by relevance
31 int64_t thread_index; in SetOptionValue() local32 if (option_arg.empty() || option_arg.getAsInteger(0, thread_index) || in SetOptionValue()33 thread_index < 0) in SetOptionValue()37 m_thread_index = thread_index; in SetOptionValue()
831 uint32_t thread_index = 0; in SendStopReplyPacketForThread() local834 listed_thread; ++thread_index, in SendStopReplyPacketForThread()836 if (thread_index > 0) in SendStopReplyPacketForThread()847 if (thread_index > 1) { in SendStopReplyPacketForThread()1852 uint32_t thread_index; in Handle_qfThreadInfo() local1853 for (thread_index = 0, in Handle_qfThreadInfo()1854 thread = m_current_process->GetThreadAtIndex(thread_index); in Handle_qfThreadInfo()1855 thread; ++thread_index, in Handle_qfThreadInfo()1856 thread = m_current_process->GetThreadAtIndex(thread_index)) { in Handle_qfThreadInfo()1857 LLDB_LOG(log, "iterated thread {0}(tid={2})", thread_index, in Handle_qfThreadInfo()[all …]
1046 bool DiscardUserThreadPlansUpToIndex(uint32_t thread_index);
126 uint32_t thread_index = UINT32_MAX; in SetOptionValue() local128 if (option_arg.getAsInteger(0, thread_index)) in SetOptionValue()132 m_bp_opts.GetThreadSpec()->SetIndex(thread_index); in SetOptionValue()
5293 uint32_t thread_index; in RunThreadPlan() local5297 for (thread_index = 0; thread_index < num_threads; ++thread_index) { in RunThreadPlan()5298 Thread *thread = thread_list.GetThreadAtIndex(thread_index).get(); in RunThreadPlan()