[Lldb-commits] [PATCH] D28808: Fix a bug where lldb does not respect the packet size.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jan 20 10:06:29 PST 2017


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





More information about the lldb-commits mailing list