Searched refs:WatchpointWrite (Results 1 – 5 of 5) sorted by relevance
81 bool WatchpointWrite() const;
259 bool Watchpoint::WatchpointWrite() const { return m_watch_write != 0; } in WatchpointWrite() function in Watchpoint
405 bool wp_write = wp->WatchpointWrite(); in EnableHardwareWatchpoint()
838 (matched_sp->WatchpointWrite() ? LLDB_WATCH_TYPE_WRITE : 0); in CreateWatchpoint()
3324 bool watch_write = wp->WatchpointWrite(); in GetGDBStoppointType()