Lines Matching defs:wp_sp
810 WatchpointSP wp_sp(
813 if (!wp_sp) {
827 m_should_stop = wp_sp->ShouldStop(&context);
851 *(thread_sp.get()), me_as_siwp_sp, wp_sp));
902 WatchpointSP wp_sp(
905 if (wp_sp) {
912 WatchpointSentry sentry(process_sp, wp_sp);
916 wp_sp->UndoHitCount();
919 if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount()) {
926 if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
936 exe_ctx, expr_options, wp_sp->GetConditionText(),
946 wp_sp->UndoHitCount();
970 wp_sp->GetDescription(&strm, eDescriptionLevelBrief);
971 strm << ": \"" << wp_sp->GetConditionText() << "\"\n";
992 bool stop_requested = wp_sp->InvokeCallback(&context);
1009 if (m_should_stop && !wp_sp->WatchedValueReportable(exe_ctx)) {
1010 wp_sp->UndoHitCount();
1016 wp_sp->CaptureWatchedValue(exe_ctx);
1020 if (wp_sp->DumpSnapshots(output_sp.get())) {