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
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits