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

References

tools/lldb/include/lldb/Breakpoint/WatchpointList.h
  162     return m_watchpoints.size();
tools/lldb/source/Breakpoint/WatchpointList.cpp
   24   m_watchpoints.push_back(wp_sp);
   45             (uint64_t)m_watchpoints.size());
   47   wp_collection::const_iterator pos, end = m_watchpoints.end();
   48   for (pos = m_watchpoints.begin(); pos != end; ++pos)
   56   if (!m_watchpoints.empty()) {
   57     wp_collection::const_iterator pos, end = m_watchpoints.end();
   58     for (pos = m_watchpoints.begin(); pos != end; ++pos) {
   74   if (!m_watchpoints.empty()) {
   75     wp_collection::const_iterator pos, end = m_watchpoints.end();
   76     for (pos = m_watchpoints.begin(); pos != end; ++pos)
  100   return std::find_if(m_watchpoints.begin(),
  101                       m_watchpoints.end(),            // Search full range
  107   return std::find_if(m_watchpoints.begin(),
  108                       m_watchpoints.end(),            // Search full range
  116   if (pos != m_watchpoints.end())
  141   if (i < m_watchpoints.size()) {
  142     wp_collection::const_iterator pos = m_watchpoints.begin();
  152   if (i < m_watchpoints.size()) {
  153     wp_collection::const_iterator pos = m_watchpoints.begin();
  162   wp_collection::const_iterator pos, end = m_watchpoints.end();
  163   for (pos = m_watchpoints.begin(); pos != end; ++pos)
  171   if (pos != m_watchpoints.end()) {
  181     m_watchpoints.erase(pos);
  190   wp_collection::const_iterator pos, end = m_watchpoints.end();
  191   for (pos = m_watchpoints.begin(); pos != end; ++pos)
  213   wp_collection::iterator pos, end = m_watchpoints.end();
  215   for (pos = m_watchpoints.begin(); pos != end; ++pos) {
  224   wp_collection::iterator pos, end = m_watchpoints.end();
  225   for (pos = m_watchpoints.begin(); pos != end; ++pos)
  234       wp_collection::iterator pos, end = m_watchpoints.end();
  235       for (pos = m_watchpoints.begin(); pos != end; ++pos) {
  246   m_watchpoints.clear();