Searched refs:WatchpointWrite (Results 1 – 4 of 4) sorted by relevance
80 bool WatchpointWrite() const;
268 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
841 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
3298 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()