[Lldb-commits] [PATCH] D11902: Fix LLGS to enable read type watchpoints

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 10 10:02:13 PDT 2015


clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Init "watch_flags" to zero and this is good to go.


================
Comment at: source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp:2230
@@ -2229,2 +2229,3 @@
     bool want_hardware = false;
+    uint32_t watch_flags;
 
----------------
tberghammer wrote:
> (nit): Please initialize to 0
Yes, init to zero please.


http://reviews.llvm.org/D11902





More information about the lldb-commits mailing list