[Lldb-commits] [PATCH] D88796: [lldb] Initial version of FreeBSD remote process plugin
    Michał Górny via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Sun Oct  4 10:56:36 PDT 2020
    
    
  
mgorny marked 5 inline comments as done.
mgorny added inline comments.
================
Comment at: lldb/source/Plugins/Process/FreeBSDRemote/NativeProcessFreeBSD.cpp:492
+  }
+  for (i = 0; i < count; i++) {
+    MemoryRegionInfo info;
----------------
arichardson wrote:
> This code is C++ so using for-loop initializers is fine.
I'm sorry but the underlying code is gone already ;-).
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88796/new/
https://reviews.llvm.org/D88796
    
    
More information about the lldb-commits
mailing list