HomeSort by relevance Sort by last modified time
    Searched defs:GetSelectedThread (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
ThreadList.cpp 567 if (thread_sp == GetSelectedThread())
603 thread_to_run = GetSelectedThread();
669 ThreadList::GetSelectedThread ()
  /external/lldb/source/API/
SBProcess.cpp 259 SBProcess::GetSelectedThread () const
269 thread_sp = process_sp->GetThreadList().GetSelectedThread();
275 log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.get());
    [all...]

Completed in 58 milliseconds