Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectThread.cpp211 std::vector<ThreadSP> thread_sps; in DoExecute() local
225 thread_sps.push_back(process->GetThreadList().FindThreadByIndexID(thread_idx)); in DoExecute()
227 if (!thread_sps[i]) in DoExecute()
238 if (!thread_sps[i]->GetStatus (strm, in DoExecute()