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

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 10 06:33:50 PDT 2015


tberghammer accepted this revision.
tberghammer added a comment.
This revision is now accepted and ready to land.

LGTM


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


http://reviews.llvm.org/D11902





More information about the lldb-commits mailing list