[Lldb-commits] [PATCH] D108953: [lldb/Plugins] Add memory region support in ScriptedProcess
    Jonas Devlieghere via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Tue Oct  5 20:01:47 PDT 2021
    
    
  
JDevlieghere added inline comments.
================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp:278
+    if (error.Fail())
+      return error;
+
----------------
If this is the only way out of this loop, does that mean we always return an error here? 
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108953/new/
https://reviews.llvm.org/D108953
    
    
More information about the lldb-commits
mailing list