mib added inline comments.

================
Comment at: lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp:493
 
   if (!loaded_images_sp->ForEach(reload_image))
     return ScriptedInterface::ErrorWithMessage<StructuredData::ObjectSP>(
----------------
I'm just thinking about this but I don't see any reason not to run this loop in 
parallel to accelerate dependency loading ... That could potentially mess up 
the progress reporting but I think in parallel it might not even be needed. 
@JDevlieghere Any objections ?


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

https://reviews.llvm.org/D141702

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

Reply via email to