Searched refs:WatchpointModify (Results 1 – 5 of 5) sorted by relevance
79 bool WatchpointModify() const;
353 watchpoint_sp->WatchpointModify(); in IsWatchingWrites()
422 bool Watchpoint::WatchpointModify() const { return m_watch_modify != 0; } in WatchpointModify() function in Watchpoint
915 (matched_sp->WatchpointModify() ? LLDB_WATCH_TYPE_MODIFY : 0); in CreateWatchpoint()
3153 bool write = wp_sp->WatchpointWrite() || wp_sp->WatchpointModify(); in EnableWatchpoint()