Lines Matching refs:stop_info_sp
4178 StopInfoSP stop_info_sp = thread_sp->GetStopInfo ();
4179 if (stop_info_sp && stop_info_sp->IsValid())
4183 if (stop_info_sp->GetOverrideShouldStop())
4185 this_thread_wants_to_stop = stop_info_sp->GetOverriddenShouldStopValue();
4189 stop_info_sp->PerformAction(event_ptr);
4196 if (stop_info_sp->HasTargetRunSinceMe())
4202 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr);
5007 StopInfoSP stop_info_sp (thread_sp->GetStopInfo ());
5009 if (stop_info_sp)
5010 stop_reason = stop_info_sp->GetStopReason();
5031 log->Printf ("Process::RunThreadPlan() stopped for breakpoint: %s.", stop_info_sp->GetDescription());
5332 lldb::StopInfoSP stop_info_sp = thread->GetStopInfo();
5333 if (stop_info_sp)
5335 const char *stop_desc = stop_info_sp->GetDescription();
5518 StopInfoSP stop_info_sp = thread->GetStopInfo();
5519 if (stop_info_sp.get() == NULL || !stop_info_sp->IsValid())