[Lldb-commits] [PATCH] D11899: Fix AArch64 watchpoint handlers in NativeRegisterContextLinux_arm64

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 12 06:16:27 PDT 2015


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





More information about the lldb-commits mailing list