Searched refs:EnableWatchpoint (Results 1 – 7 of 7) sorted by relevance
145 process_sp->EnableWatchpoint(watchpoint_sp, notify); in SetEnabled()
673 process_sp->EnableWatchpoint(watchpoint_sp, notify); in DoReenable()780 GetThread().GetProcess()->EnableWatchpoint(m_watch_sp, true); in ResetWatchpoint()
1024 error = m_process_sp->EnableWatchpoint(wp_sp, notify); in CreateWatchpoint()1388 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableAllWatchpoints()1470 Status rc = m_process_sp->EnableWatchpoint(wp_sp); in EnableWatchpointByID()
2554 Status Process::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in Process
160 Status EnableWatchpoint(lldb::WatchpointSP wp_sp,
3269 Status ProcessGDBRemote::EnableWatchpoint(WatchpointSP wp_sp, bool notify) { in EnableWatchpoint() function in ProcessGDBRemote
2232 virtual Status EnableWatchpoint(lldb::WatchpointSP wp_sp, bool notify = true);