Searched refs:EnableWatchpoint (Results 1 – 7 of 7) sorted by relevance
154 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in SetEnabled()
636 process_sp->EnableWatchpoint(watchpoint_sp.get(), notify); in DoReenable()777 process_sp->EnableWatchpoint(wp, false); in PerformAction()
859 error = m_process_sp->EnableWatchpoint(wp_sp.get(), notify); in CreateWatchpoint()1224 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableAllWatchpoints()1306 Status rc = m_process_sp->EnableWatchpoint(wp_sp.get()); in EnableWatchpointByID()
2414 Status Process::EnableWatchpoint(Watchpoint *watchpoint, bool notify) { in EnableWatchpoint() function in Process
162 Status EnableWatchpoint(Watchpoint *wp, bool notify = true) override;
3310 Status ProcessGDBRemote::EnableWatchpoint(Watchpoint *wp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
2077 virtual Status EnableWatchpoint(Watchpoint *wp, bool notify = true);