Lines Matching defs:stop_info_sp
4247 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
4248 if (stop_info_sp && stop_info_sp->IsValid()) {
4251 if (stop_info_sp->GetOverrideShouldStop()) {
4253 stop_info_sp->GetOverriddenShouldStopValue();
4255 stop_info_sp->PerformAction(event_ptr);
4263 if (stop_info_sp->HasTargetRunSinceMe()) {
4268 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr);
4924 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
4925 if (stop_info_sp && stop_info_sp->GetStopReason() == eStopReasonBreakpoint &&
4926 stop_info_sp->ShouldNotify(event_sp.get())) {
4927 LLDB_LOG(log, "stopped for breakpoint: {0}.", stop_info_sp->GetDescription());
5641 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo();
5642 if (stop_info_sp) {
5643 const char *stop_desc = stop_info_sp->GetDescription();
5791 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
5792 if (!stop_info_sp || !stop_info_sp->IsValid())