Lines Matching refs:wp_sp
607 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in ShouldStopSynchronous() local
608 if (wp_sp) in ShouldStopSynchronous()
613 m_should_stop = wp_sp->ShouldStop (&context); in ShouldStopSynchronous()
651 … WatchpointSP wp_sp (thread_sp->CalculateTarget()->GetWatchpointList().FindByID(GetValue())); in PerformAction() local
652 if (wp_sp) in PerformAction()
659 WatchpointSentry sentry(process, wp_sp.get()); in PerformAction()
692 if (m_should_stop && wp_sp->GetConditionText() != NULL) in PerformAction()
707 wp_sp->GetConditionText(), in PerformAction()
747 wp_sp->GetDescription (error_sp.get(), eDescriptionLevelBrief); in PerformAction()
749 wp_sp->GetConditionText()); in PerformAction()
767 bool stop_requested = wp_sp->InvokeCallback (&context); in PerformAction()
782 wp_sp->CaptureWatchedValue(exe_ctx); in PerformAction()
786 wp_sp->DumpSnapshots(output_sp.get()); in PerformAction()