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

Declarations

tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  185   void GetListMutex(std::unique_lock<std::recursive_mutex> &lock);

References

tools/lldb/source/API/SBTarget.cpp
 1374     target_sp->GetWatchpointList().GetListMutex(lock);
 1392     target_sp->GetWatchpointList().GetListMutex(lock);
 1444     target_sp->GetWatchpointList().GetListMutex(lock);
 1458     target_sp->GetWatchpointList().GetListMutex(lock);
 1529     target_sp->GetWatchpointList().GetListMutex(lock);
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  231     target->GetWatchpointList().GetListMutex(lock);
  304     target->GetWatchpointList().GetListMutex(lock);
  374     target->GetWatchpointList().GetListMutex(lock);
  446     target->GetWatchpointList().GetListMutex(lock);
  563     target->GetWatchpointList().GetListMutex(lock);
  684     target->GetWatchpointList().GetListMutex(lock);
tools/lldb/source/Target/Target.cpp
  173   this->GetWatchpointList().GetListMutex(lock);
  809   this->GetWatchpointList().GetListMutex(lock);