Searched refs:WatchpointRead (Results 1 – 5 of 5) sorted by relevance
80 bool WatchpointRead() const;
257 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
404 bool wp_read = wp->WatchpointRead(); in EnableHardwareWatchpoint()
837 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
3323 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()