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()
922 m_process_sp->DisableWatchpoint(matched_sp, notify); in CreateWatchpoint()1241 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in RemoveAllWatchpoints()1270 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableAllWatchpoints()1360 Status rc = m_process_sp->DisableWatchpoint(wp_sp); in DisableWatchpointByID()
2429 Status Process::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in Process
147 process_sp->DisableWatchpoint(watchpoint_sp, notify); in SetEnabled()
166 process_sp->DisableWatchpoint(watch_sp); in VariableWatchpointDisabler()
164 Status DisableWatchpoint(lldb::WatchpointSP wp_sp,
3237 Status ProcessGDBRemote::DisableWatchpoint(WatchpointSP wp_sp, bool notify) { in DisableWatchpoint() function in ProcessGDBRemote
2172 virtual Status DisableWatchpoint(lldb::WatchpointSP wp_sp,