Searched refs:WatchpointRead (Results 1 – 9 of 9) sorted by relevance
86 bool WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function
723 (DNBBreakpoint::WatchpointRead()): New accessor.
79 bool WatchpointRead() const;
266 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
390 bool wp_read = wp->WatchpointRead(); in EnableHardwareWatchpoint()
550 wp->Address(), wp->ByteSize(), wp->WatchpointRead(), in EnableHardwareWatchpoint()
859 info.read = wp->WatchpointRead(); in EnableWatchpoint()
828 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
3235 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()