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

See easy inline fix and this will be good to go



================
Comment at: source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp:4004
+        // hope that data being written is small enough to fit.
+        Log *log(ProcessGDBRemoteLog::GetLogIfAllCategoriesSet(
+            GDBR_LOG_COMM | GDBR_LOG_MEMORY));
----------------
LogIfAny, not LogIfAll. Then either bit will work to show this.


https://reviews.llvm.org/D28808



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

Reply via email to