[Lldb-commits] [PATCH] D13548: [LLDB][MIPS] fix watchpoint searched on client side for same masked variables

Bruce Mitchener via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 8 03:29:04 PDT 2015


brucem added a subscriber: brucem.
brucem requested changes to this revision.
brucem added a reviewer: brucem.
This revision now requires changes to proceed.

================
Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:2108
@@ -2107,1 +2107,3 @@
                             {
+                                if(wp_hit_addr != LLDB_INVALID_ADDRESS)
+                                    wp_addr = wp_hit_addr;
----------------
Missing a space between `if` and `(`.


Repository:
  rL LLVM

http://reviews.llvm.org/D13548





More information about the lldb-commits mailing list