Lines Matching defs:stop_info_sp
436 lldb::StopInfoSP stop_info_sp(GetStopInfo());
437 if (stop_info_sp)
438 return stop_info_sp->GetStopReason();
457 void Thread::SetStopInfo(const lldb::StopInfoSP &stop_info_sp) {
458 m_stop_info_sp = stop_info_sp;
475 stop_info_sp ? stop_info_sp->GetDescription() : "<NULL>",
515 saved_state.stop_info_sp = GetStopInfo();
550 if (saved_state.stop_info_sp)
551 saved_state.stop_info_sp->MakeStopInfoValid();
552 SetStopInfo(saved_state.stop_info_sp);
591 StopInfoSP stop_info_sp = GetStopInfo();
593 if (stop_info_sp && stop_info_sp->IsValid()) {
594 raw_stop_description = stop_info_sp->GetDescription();
596 stop_info_sp->GetStopReason() == eStopReasonNone) &&