Searched refs:WatchpointWrite (Results 1 – 5 of 5) sorted by relevance
78 bool WatchpointWrite() const;
352 return watchpoint_sp->WatchpointWrite() || in IsWatchingWrites()
442 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
915 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0) | in CreateWatchpoint()
3174 bool write = wp_sp->WatchpointWrite() || wp_sp->WatchpointModify(); in EnableWatchpoint()