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
 3286 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) {

Declarations

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

References

tools/lldb/source/API/SBWatchpoint.cpp
  154         process_sp->EnableWatchpoint(watchpoint_sp.get(), notify);
tools/lldb/source/Target/StopInfo.cpp
  599           process_sp->EnableWatchpoint(watchpoint_sp.get(), notify);
  740                 process_sp->EnableWatchpoint(wp, false);
tools/lldb/source/Target/Target.cpp
  833   error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify);
 1204     Status rc = m_process_sp->EnableWatchpoint(wp_sp.get());
 1292     Status rc = m_process_sp->EnableWatchpoint(wp_sp.get());