Searched refs:DisableWatchpoint (Results 1 – 8 of 8) sorted by relevance
660 process_sp->DisableWatchpoint(watchpoint_sp, notify); in WatchpointSentry()671 process_sp->DisableWatchpoint(watchpoint_sp, notify); in DoReenable()736 GetThread().GetProcess()->DisableWatchpoint(m_watch_sp, false); in DoWillResume()
1013 m_process_sp->DisableWatchpoint(matched_sp, notify); in CreateWatchpoint()1332 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in RemoveAllWatchpoints()1361 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableAllWatchpoints()1451 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableWatchpointByID()
2560 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in Process
147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled()
170 process_sp->DisableWatchpoint(watch_sp); in VariableWatchpointDisabler()
163 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
3364 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
2234 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,