reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
165 thread->SetWatchpoint(addr, size, watch_flags, hardware); 169 thread_error = thread->SetWatchpoint(addr, size, watch_flags, false); 183 Status remove_error = unwatch_thread_sp->RemoveWatchpoint(addr); 192 return m_watchpoint_list.Add(addr, size, watch_flags, hardware);