[Lldb-commits] [PATCH] D131328: [lldb] Support fetching symbols with dsymForUUID in the background

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 10 16:19:47 PDT 2022


jasonmolenda added a comment.

This is an awesome enhancement for environments where the dSYM can be located programmatically --- downloading only the dSYMs that are actually being used in a debug session makes it low overhead versus grabbing everything, and it's great to have them loaded for you when you actually want to look at them.  I think the LocateSymbolFileMacOSX.cpp part of the patch needs to be rebased now that https://reviews.llvm.org/D131303 landed.  I hope we can get this integrated, I can't wait to live on it.


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

https://reviews.llvm.org/D131328



More information about the lldb-commits mailing list