reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3322 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) {
2050 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);
156 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify);
tools/lldb/source/Target/StopInfo.cpp586 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); 597 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); 718 process_sp->DisableWatchpoint(wp, false);tools/lldb/source/Target/Target.cpp
822 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); 1144 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); 1175 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); 1273 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get());