Searched refs:thread_idx (Results 1 – 3 of 3) sorted by relevance
401 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local407 thread_idx = thread_spec->GetIndex(); in GetThreadIndex()411 log->Printf ("SBBreakpoint(%p)::GetThreadIndex () => %u", m_opaque_sp.get(), thread_idx); in GetThreadIndex()413 return thread_idx; in GetThreadIndex()
197 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local203 return thread_idx; in GetThreadIndex()
260 … uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute() local268 thread_sps.push_back(process->GetThreadList().FindThreadByIndexID(thread_idx)); in DoExecute()724 …uint32_t thread_idx = Args::StringToUInt32 (command.GetArgumentAtIndex(i), LLDB_INVALID_INDEX32, b… in DoExecute() local727 … Thread *thread = process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()735 result.AppendErrorWithFormat("invalid thread index %u.\n", thread_idx); in DoExecute()