Home | History | Annotate | Download | only in API

Lines Matching refs:thread_sp

264     ThreadSP thread_sp;
269 thread_sp = process_sp->GetThreadList().GetSelectedThread();
270 sb_thread.SetThread (thread_sp);
275 log->Printf ("SBProcess(%p)::GetSelectedThread () => SBThread(%p)", process_sp.get(), thread_sp.get());
287 ThreadSP thread_sp;
292 thread_sp = process_sp->CreateOSPluginThread(tid, context);
293 sb_thread.SetThread (thread_sp);
297 log->Printf ("SBProcess(%p)::CreateOSPluginThread (tid=0x%" PRIx64 ", context=0x%" PRIx64 ") => SBThread(%p)", process_sp.get(), tid, context, thread_sp.get());
513 ThreadSP thread_sp;
520 thread_sp = process_sp->GetThreadList().GetThreadAtIndex(index, can_update);
521 sb_thread.SetThread (thread_sp);
527 process_sp.get(), (uint32_t) index, thread_sp.get());
850 ThreadSP thread_sp;
857 thread_sp = process_sp->GetThreadList().FindThreadByID (tid, can_update);
858 sb_thread.SetThread (thread_sp);
867 thread_sp.get());
877 ThreadSP thread_sp;
884 thread_sp = process_sp->GetThreadList().FindThreadByIndexID (index_id, can_update);
885 sb_thread.SetThread (thread_sp);
894 thread_sp.get());