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