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

Declarations

tools/lldb/include/lldb/Breakpoint/Watchpoint.h
   73   void SetEnabled(bool enabled, bool notify = true);

References

tools/lldb/source/API/SBWatchpoint.cpp
  158       watchpoint_sp->SetEnabled(enabled, notify);
tools/lldb/source/Breakpoint/WatchpointList.cpp
  226     (*pos)->SetEnabled(enabled);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3308         wp->SetEnabled(true, notify);
 3345       wp->SetEnabled(false, notify);
 3354         wp->SetEnabled(false, notify);
tools/lldb/source/Target/Target.cpp
  819       wp_sp->SetEnabled(false, notify);