Searched refs:WatchpointModify (Results 1 – 4 of 4) sorted by relevance
79 bool WatchpointModify() const;
444 bool Watchpoint::WatchpointModify() const { return m_watch_modify != 0; } in WatchpointModify() function in Watchpoint
916 (matched_sp->WatchpointModify() ? LLDB_WATCH_TYPE_MODIFY : 0); in CreateWatchpoint()
3174 bool write = wp_sp->WatchpointWrite() || wp_sp->WatchpointModify(); in EnableWatchpoint()