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

Declarations

tools/lldb/include/lldb/Breakpoint/WatchpointList.h
   86   lldb::WatchpointSP FindByID(lldb::watch_id_t watchID) const;

References

tools/lldb/source/API/SBTarget.cpp
 1393     watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id);
tools/lldb/source/Breakpoint/WatchpointList.cpp
  199   WatchpointSP wp_sp = FindByID(watch_id);
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  263         Watchpoint *wp = watchpoints.FindByID(wp_ids[i]).get();
  713         WatchpointSP wp_sp = watchpoints.FindByID(wp_ids[i]);
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  424         Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
  533         Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
  605         Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
 2310     WatchpointSP wp_sp = target->GetWatchpointList().FindByID(watch_id);
tools/lldb/source/Target/StopInfo.cpp
  654           thread_sp->CalculateTarget()->GetWatchpointList().FindByID(
  696           thread_sp->CalculateTarget()->GetWatchpointList().FindByID(
tools/lldb/source/Target/Target.cpp
 1271   WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id);
 1290   WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id);
 1306   WatchpointSP watch_to_remove_sp = m_watchpoint_list.FindByID(watch_id);
 1326   WatchpointSP wp_sp = m_watchpoint_list.FindByID(watch_id);