reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/StopInfo.cpp
  698       if (wp_sp) {
  716                 Watchpoint *wp = wp_sp.get();
  750         WatchpointSentry sentry(process_sp, wp_sp);
  771             wp_sp->IncrementFalseAlarmsAndReviseHitCount();
  785         if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount())
  785         if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount())
  790         if (m_should_stop && wp_sp->GetConditionText() != nullptr) {
  801               exe_ctx, expr_options, wp_sp->GetConditionText(),
  830             wp_sp->GetDescription(error_sp.get(), eDescriptionLevelBrief);
  831             error_sp->Printf(": \"%s\"", wp_sp->GetConditionText());
  857           bool stop_requested = wp_sp->InvokeCallback(&context);
  873           wp_sp->CaptureWatchedValue(exe_ctx);
  877           wp_sp->DumpSnapshots(output_sp.get());