Home
last modified time | relevance | path

Searched refs:thread_idx (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBBreakpoint.cpp401 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local
407 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()
DSBBreakpointLocation.cpp197 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local
203 return thread_idx; in GetThreadIndex()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectThread.cpp260 … uint32_t thread_idx = Args::StringToUInt32(command.GetArgumentAtIndex(i), 0, 0, &success); in DoExecute() local
268 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() local
727 … Thread *thread = process->GetThreadList().FindThreadByIndexID(thread_idx).get(); in DoExecute()
735 result.AppendErrorWithFormat("invalid thread index %u.\n", thread_idx); in DoExecute()