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()
933 error = m_process_sp->EnableWatchpoint(wp_sp, notify); in CreateWatchpoint()1297 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableAllWatchpoints()1379 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableWatchpointByID()
2423 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in Process
161 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
3133 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
2170 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);