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

Overridden By

tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3322 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) {

Declarations

tools/lldb/include/lldb/Target/Process.h
 2050   virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);

References

tools/lldb/source/API/SBWatchpoint.cpp
  156         process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
tools/lldb/source/Target/StopInfo.cpp
  586         process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
  597           process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
  718                 process_sp->DisableWatchpoint(wp, false);
tools/lldb/source/Target/Target.cpp
  822       m_process_sp->DisableWatchpoint(matched_sp.get(), notify);
 1144     Status rc = m_process_sp->DisableWatchpoint(wp_sp.get());
 1175     Status rc = m_process_sp->DisableWatchpoint(wp_sp.get());
 1273     Status rc = m_process_sp->DisableWatchpoint(wp_sp.get());