tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.

Looks good. Thank you for fixing it.


================
Comment at: 
source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp:755
@@ -750,3 +754,3 @@
 
-    if (type == 0)
-        type = NT_ARM_HW_WATCH;
+    if (hwbType == 0)
+    {
----------------
Please use eDREGTypeWATCH instead of '0'


http://reviews.llvm.org/D11899



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to