[Lldb-commits] [PATCH] D11987: Fix to handle AArch64 watchpoint exception before instruction being watched is executed

Ed Maste via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 12 15:39:55 PDT 2015


emaste added a subscriber: emaste.

================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp:186-187
@@ -186,1 +185,4 @@
+        host_arch.GetMachine() == llvm::Triple::mips64el ||
+        host_arch.GetMachine() == llvm::Triple::aarch64 ||
+        host_arch.GetMachine() == llvm::Triple::aarch64_be)
         response.Printf("watchpoint_exceptions_received:before;");
----------------
minor point, but you could put these first in the list to keep them in alpha order


http://reviews.llvm.org/D11987





More information about the lldb-commits mailing list