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

Declarations

tools/lldb/include/lldb/Target/Target.h
  754   bool RemoveWatchpointByID(lldb::watch_id_t watch_id);

References

tools/lldb/source/API/SBTarget.cpp
 1375     result = target_sp->RemoveWatchpointByID(wp_id);
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  483         if (target->RemoveWatchpointByID(wp_ids[i]))