kastiglione added inline comments.

================
Comment at: lldb/source/Commands/CommandObjectTarget.cpp:4300
+      bool current_frame_flush = false;
+      if (DownloadObjectAndSymbolFile(module_spec, target, result,
+                                      current_frame_flush))
----------------
It seems this is call is synchronous? A separate improvement would be to 
perform the unique downloads in parallel.


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

https://reviews.llvm.org/D110011

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

Reply via email to