Searched defs:step_thread_idx (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectThread.cpp429 uint32_t step_thread_idx = Args::StringToUInt32 (thread_idx_cstr, LLDB_INVALID_INDEX32); local
430 if (step_thread_idx == LLDB_INVALID_INDEX32)
436 thread = process->GetThreadList().FindThreadByIndexID(step_thread_idx).get();
440 step_thread_idx, num_threads);

Completed in 543 milliseconds