Home | History | Annotate | Download | only in driver

Lines Matching defs:thread

814         SBThread thread;
822 // Prefer a thread that has just completed its plan over another thread as current thread.
829 thread = process.GetThreadAtIndex(i);
830 StopReason thread_stop_reason = thread.GetStopReason();
845 other_thread = thread;
849 plan_thread = thread;
860 thread = curr_thread;
862 thread = process.GetThreadAtIndex(0);
864 if (thread.IsValid())
865 process.SetSelectedThread (thread);
1041 // At present the only thread event we handle is the Frame Changed event, and all we do for that is just
1042 // reprint the thread status for that thread.
1048 SBThread thread = SBThread::GetThreadFromEvent (event);
1049 if (thread.IsValid())
1052 thread.GetStatus(out_stream);
1127 // If the IOChannel thread is trying to go away, then it is definitely
1317 ::fprintf (stderr, "error: failed to start master out read thread");
1332 thread");
1704 SBHostOS::ThreadCreated ("<lldb.driver.main-thread>");