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