Lines Matching defs:watch_flags
41 static inline uint64_t GetWatchTypeBits(uint32_t watch_flags,
50 return static_cast<uint64_t>(watch_flags) << (16 + 4 * wp_index);
144 lldb::addr_t addr, size_t size, uint32_t watch_flags, uint32_t wp_index) {
153 if (watch_flags == 2)
154 watch_flags = 3;
156 if (watch_flags != 1 && watch_flags != 3)
178 GetWatchTypeBits(watch_flags, wp_index) |
188 (GetWatchTypeBits(watch_flags, wp_index) |
244 lldb::addr_t addr, size_t size, uint32_t watch_flags) {
251 error = SetHardwareWatchpointWithIndex(addr, size, watch_flags, wp_index);