Lines Matching defs:stop_info_sp
4221 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
4222 if (stop_info_sp && stop_info_sp->IsValid()) {
4225 if (stop_info_sp->GetOverrideShouldStop()) {
4227 stop_info_sp->GetOverriddenShouldStopValue();
4229 stop_info_sp->PerformAction(event_ptr);
4237 if (stop_info_sp->HasTargetRunSinceMe()) {
4242 this_thread_wants_to_stop = stop_info_sp->ShouldStop(event_ptr);
4898 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
4899 if (stop_info_sp && stop_info_sp->GetStopReason() == eStopReasonBreakpoint &&
4900 stop_info_sp->ShouldNotify(event_sp.get())) {
4901 LLDB_LOG(log, "stopped for breakpoint: {0}.", stop_info_sp->GetDescription());
5614 lldb::StopInfoSP stop_info_sp = thread->GetPrivateStopInfo();
5615 if (stop_info_sp) {
5616 const char *stop_desc = stop_info_sp->GetDescription();
5801 StopInfoSP stop_info_sp = thread_sp->GetStopInfo();
5802 if (!stop_info_sp || !stop_info_sp->IsValid())