Blame SOURCES/6f59f302e4358b4dc869bc298c2b9c06aa716b60.diff

767219
diff --git a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h
767219
index fac395807796c..942c65fcd241d 100644
767219
--- a/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h
767219
+++ b/lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.h
767219
@@ -122,7 +122,7 @@ class NativeRegisterContextLinux_ppc64le : public NativeRegisterContextLinux {
767219
     int mode;               // Defines if watchpoint is read/write/access.
767219
   };
767219
 
767219
-  std::array<DREG, 4> m_hwp_regs;
767219
+  std::array<DREG, 16> m_hwp_regs;
767219
 
767219
   // 16 is just a maximum value, query hardware for actual watchpoint count
767219
   uint32_t m_max_hwp_supported = 16;