Lines Matching refs:wp_sp
706 WatchpointSP wp_sp( in ShouldStopSynchronous() local
709 if (wp_sp) { in ShouldStopSynchronous()
713 m_should_stop = wp_sp->ShouldStop(&context); in ShouldStopSynchronous()
748 WatchpointSP wp_sp( in PerformAction() local
751 if (wp_sp) { in PerformAction()
769 Watchpoint *wp = wp_sp.get(); in PerformAction()
803 WatchpointSentry sentry(process_sp, wp_sp); in PerformAction()
824 wp_sp->IncrementFalseAlarmsAndReviseHitCount(); in PerformAction()
838 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) in PerformAction()
843 if (m_should_stop && wp_sp->GetConditionText() != nullptr) { in PerformAction()
854 exe_ctx, expr_options, wp_sp->GetConditionText(), in PerformAction()
886 wp_sp->GetDescription(&strm, eDescriptionLevelBrief); in PerformAction()
887 strm << ": \"" << wp_sp->GetConditionText() << "\"\n"; in PerformAction()
908 bool stop_requested = wp_sp->InvokeCallback(&context); in PerformAction()
924 wp_sp->CaptureWatchedValue(exe_ctx); in PerformAction()
928 wp_sp->DumpSnapshots(output_sp.get()); in PerformAction()