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

Declarations

tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  135   bool Remove(lldb::watch_id_t watchID, bool notify);

References

tools/lldb/source/Target/Target.cpp
  823       m_watchpoint_list.Remove(matched_sp->GetID(), true);
  841     m_watchpoint_list.Remove(wp_sp->GetID(), true);
 1311     m_watchpoint_list.Remove(watch_id, true);