Searched refs:WatchpointWrite (Results 1 – 8 of 8) sorted by relevance
87 bool WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function
724 (DNBBreakpoint::WatchpointWrite()): New accessor.
80 bool WatchpointWrite() const;
271 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
551 wp->WatchpointWrite(), also_set_on_task); in EnableHardwareWatchpoint()
871 info.write = wp->WatchpointWrite(); in EnableWatchpoint()
861 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
3057 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()