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;
265 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead() function in Watchpoint
550 wp->Address(), wp->ByteSize(), wp->WatchpointRead(), in EnableHardwareWatchpoint()
872 info.read = wp->WatchpointRead(); in EnableWatchpoint()
854 (matched_sp->WatchpointRead() ? LLDB_WATCH_TYPE_READ : 0) | in CreateWatchpoint()
3101 bool watch_read = wp->WatchpointRead(); in GetGDBStoppointType()