Searched refs:m_watch_read (Results 1 – 2 of 2) sorted by relevance
30 m_is_ephemeral(false), m_disabled_count(0), m_watch_read(0), in Watchpoint()196 IsEnabled() ? "enabled" : "disabled", m_watch_read ? "r" : "", in DumpWithLevel()257 int old_watch_read = m_watch_read; in SetWatchpointType()259 m_watch_read = (type & LLDB_WATCH_TYPE_READ) != 0; in SetWatchpointType()262 (old_watch_read != m_watch_read || old_watch_write != m_watch_write)) in SetWatchpointType()266 bool Watchpoint::WatchpointRead() const { return m_watch_read != 0; } in WatchpointRead()
179 uint32_t m_watch_read : 1, // 1 if we stop when the watched data is read from variable