Searched refs:DisableWatchpoint (Results 1 – 7 of 7) sorted by relevance
623 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in WatchpointSentry()634 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()755 process_sp->DisableWatchpoint(wp, false); in PerformAction()
848 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()1168 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()1197 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()1287 Status rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
2420 Status Process::DisableWatchpoint(Watchpoint *watchpoint, bool notify) { in DisableWatchpoint() function in Process
156 process_sp->DisableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
164 Status DisableWatchpoint(Watchpoint *wp, bool notify = true) override;
3347 Status ProcessGDBRemote::DisableWatchpoint(Watchpoint *wp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
2079 virtual Status DisableWatchpoint(Watchpoint *wp, bool notify = true);