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

References

tools/lldb/source/API/SBTarget.cpp
 1346     return target_sp->GetWatchpointList().GetSize();
 1359     sb_watchpoint.SetSP(target_sp->GetWatchpointList().GetByIndex(idx));
 1374     target_sp->GetWatchpointList().GetListMutex(lock);
 1392     target_sp->GetWatchpointList().GetListMutex(lock);
 1393     watchpoint_sp = target_sp->GetWatchpointList().FindByID(wp_id);
 1444     target_sp->GetWatchpointList().GetListMutex(lock);
 1458     target_sp->GetWatchpointList().GetListMutex(lock);
 1529     target_sp->GetWatchpointList().GetListMutex(lock);
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  228     const WatchpointList &watchpoints = target->GetWatchpointList();
  231     target->GetWatchpointList().GetListMutex(lock);
  304     target->GetWatchpointList().GetListMutex(lock);
  306     const WatchpointList &watchpoints = target->GetWatchpointList();
  374     target->GetWatchpointList().GetListMutex(lock);
  376     const WatchpointList &watchpoints = target->GetWatchpointList();
  446     target->GetWatchpointList().GetListMutex(lock);
  448     const WatchpointList &watchpoints = target->GetWatchpointList();
  563     target->GetWatchpointList().GetListMutex(lock);
  565     const WatchpointList &watchpoints = target->GetWatchpointList();
  684     target->GetWatchpointList().GetListMutex(lock);
  686     const WatchpointList &watchpoints = target->GetWatchpointList();
tools/lldb/source/Commands/CommandObjectWatchpointCommand.cpp
  394     const WatchpointList &watchpoints = target->GetWatchpointList();
  424         Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
  504     const WatchpointList &watchpoints = target->GetWatchpointList();
  533         Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
  576     const WatchpointList &watchpoints = target->GetWatchpointList();
  605         Watchpoint *wp = target->GetWatchpointList().FindByID(cur_wp_id).get();
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/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(
  767               thread_sp->CalculateTarget()->GetWatchpointList().FindByAddress(
tools/lldb/source/Target/Target.cpp
  173   this->GetWatchpointList().GetListMutex(lock);
  809   this->GetWatchpointList().GetListMutex(lock);