Searched refs:DisableWatchpoint (Results 1 – 8 of 8) sorted by relevance
639 process_sp->DisableWatchpoint(watchpoint_sp, notify); in WatchpointSentry()650 process_sp->DisableWatchpoint(watchpoint_sp, notify); in DoReenable()715 GetThread().GetProcess()->DisableWatchpoint(m_watch_sp, false); in DoWillResume()
923 m_process_sp->DisableWatchpoint(matched_sp, notify); in CreateWatchpoint()1242 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in RemoveAllWatchpoints()1271 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableAllWatchpoints()1361 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableWatchpointByID()
2592 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()
164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
3248 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
2197 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,