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

/external/lldb/source/Target/
H A DThreadList.cpp684 ThreadList::SetSelectedThreadByID (lldb::tid_t tid, bool notify) function in class:ThreadList
/external/lldb/source/API/
H A DSBProcess.cpp462 return process_sp->GetThreadList().SetSelectedThreadByID (thread.GetThreadID());
468 SBProcess::SetSelectedThreadByID (lldb::tid_t tid) function in class:SBProcess
477 ret_val = process_sp->GetThreadList().SetSelectedThreadByID (tid);
481 log->Printf ("SBProcess(%p)::SetSelectedThreadByID (tid=0x%4.4" PRIx64 ") => %s",
501 log->Printf ("SBProcess(%p)::SetSelectedThreadByID (tid=0x%x) => %s",

Completed in 1110 milliseconds