Lines Matching defs:stop_info_sp
442 lldb::StopInfoSP stop_info_sp(GetStopInfo());
443 if (stop_info_sp)
444 return stop_info_sp->GetStopReason();
463 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) {
464 m_stop_info_sp = stop_info_sp;
481 stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>",
521 saved_state.stop_info_sp = GetStopInfo();
556 if (saved_state.stop_info_sp)
557 saved_state.stop_info_sp->MakeStopInfoValid();
558 SetStopInfo(saved_state.stop_info_sp);
597 StopInfoSP stop_info_sp = GetStopInfo();
599 if (stop_info_sp && stop_info_sp->IsValid()) {
600 raw_stop_description = stop_info_sp->GetDescription();
602 stop_info_sp->GetStopReason() == eStopReasonNone) &&