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



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

Reply via email to