Home | History | Annotate | Download | only in API

Lines Matching defs:GetSelectedThread

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());