[Lldb-commits] [PATCH] D88796: [lldb] Initial version of FreeBSD remote process plugin

Alexander Richardson via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 4 09:56:49 PDT 2020


arichardson added inline comments.


================
Comment at: lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp:492
+  }
+  for (i = 0; i < count; i++) {
+    MemoryRegionInfo info;
----------------
This code is C++ so using for-loop initializers is fine.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88796/new/

https://reviews.llvm.org/D88796



More information about the lldb-commits mailing list