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

References

tools/lldb/source/Target/StopInfo.cpp
  583       if (process_sp && watchpoint_sp) {
  586         process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
  587         process_sp->AddPreResumeAction(SentryPreResumeAction, this);
  592       if (process_sp && watchpoint_sp) {
  597           process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
  599           process_sp->EnableWatchpoint(watchpoint_sp.get(), notify);
  606         if (process_sp)
  607             process_sp->ClearPreResumeAction(SentryPreResumeAction, this);