Lines Matching defs:wp_sp
793 WatchpointSP wp_sp(
796 if (!wp_sp) {
810 m_should_stop = wp_sp->ShouldStop(&context);
834 *(thread_sp.get()), me_as_siwp_sp, wp_sp));
885 WatchpointSP wp_sp(
888 if (wp_sp) {
895 WatchpointSentry sentry(process_sp, wp_sp);
899 wp_sp->UndoHitCount();
902 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) {
909 if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
920 exe_ctx, expr_options, wp_sp->GetConditionText(),
930 wp_sp->UndoHitCount();
951 wp_sp->GetDescription(&strm, eDescriptionLevelBrief);
952 strm << ": \"" << wp_sp->GetConditionText() << "\"\n";
973 bool stop_requested = wp_sp->InvokeCallback(&context);
990 if (m_should_stop && !wp_sp->WatchedValueReportable(exe_ctx)) {
991 wp_sp->UndoHitCount();
997 wp_sp->CaptureWatchedValue(exe_ctx);
1001 if (wp_sp->DumpSnapshots(output_sp.get())) {