Searched refs:WatchpointRead (Results 1 – 4 of 4) sorted by relevance
79 bool WatchpointRead() const;
266 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
840 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
3297 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()