[Lldb-commits] [PATCH] D131303: [lldb] Refactor Symbols::DownloadObjectAndSymbolFile

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 5 15:21:44 PDT 2022


JDevlieghere created this revision.
JDevlieghere added a reviewer: jasonmolenda.
Herald added a project: All.
JDevlieghere requested review of this revision.

- Reduce indentation
- Extract caching of the DbgShellCommand and the dsymForUUID executable (or equivalent)
- Check the DBGShellCommands before falling back to /usr/local/bin/dsymForUUID
- Don't check `~rc/bin/dsymForUUID`
- Improve error reporting


https://reviews.llvm.org/D131303

Files:
  lldb/source/Symbol/LocateSymbolFileMacOSX.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131303.450432.patch
Type: text/x-patch
Size: 14779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20220805/cfc8d1eb/attachment.bin>


More information about the lldb-commits mailing list