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

Declarations

tools/lldb/include/lldb/Breakpoint/WatchpointList.h
   64   const lldb::WatchpointSP FindByAddress(lldb::addr_t addr) const;

References

tools/lldb/source/Breakpoint/WatchpointList.cpp
  123   WatchpointSP wp_sp = FindByAddress(addr);
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  358             wp_sp = target->GetWatchpointList().FindByAddress(
  391           wp_sp = target->GetWatchpointList().FindByAddress(
  434           wp_sp = target->GetWatchpointList().FindByAddress(
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1894                   wp_sp = GetTarget().GetWatchpointList().FindByAddress(
 1898                       GetTarget().GetWatchpointList().FindByAddress(wp_addr);
 2316             GetTarget().GetWatchpointList().FindByAddress(wp_addr);
tools/lldb/source/Target/StopInfo.cpp
  767               thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress(
tools/lldb/source/Target/Target.cpp
  810   WatchpointSP matched_sp = m_watchpoint_list.FindByAddress(addr);