Searched refs:EnableWatchpoint (Results 1 – 7 of 7) sorted by relevance
145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled()
652 process_sp->EnableWatchpoint(watchpoint_sp, notify); in DoReenable()759 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp, true); in ResetWatchpoint()
934 error = m_process_sp->EnableWatchpoint(wp_sp, notify); in CreateWatchpoint()1298 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableAllWatchpoints()1380 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableWatchpointByID()
2586 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in Process
161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
3154 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
2195 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);