Searched refs:DisableWatchpoint (Results 1 – 8 of 8) sorted by relevance
120 DisableWatchpoint(lldb_private::Watchpoint *wp, bool notify = true);
728 DisableWatchpoint(wp, false); in EnableWatchpoint()739 ProcessPOSIX::DisableWatchpoint(Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessPOSIX
204 DisableWatchpoint (lldb_private::Watchpoint *wp, bool notify = true);
2524 ProcessGDBRemote::DisableWatchpoint (Watchpoint *wp, bool notify) in DisableWatchpoint() function in ProcessGDBRemote
610 m_process_sp->DisableWatchpoint(matched_sp.get(), notify); in CreateWatchpoint()785 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in RemoveAllWatchpoints()820 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableAllWatchpoints()918 Error rc = m_process_sp->DisableWatchpoint(wp_sp.get()); in DisableWatchpointByID()
553 process->DisableWatchpoint(watchpoint, notify); in WatchpointSentry()
2955 Process::DisableWatchpoint (Watchpoint *watchpoint, bool notify) in DisableWatchpoint() function in Process
3330 DisableWatchpoint (Watchpoint *wp, bool notify = true);