[Lldb-commits] [PATCH] D44342: Introduce a setting to disable Spotlight while running the test suite

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Mar 12 08:52:18 PDT 2018


clayborg added a comment.

I would rather see this done in a more generic fashion. Any platform should be able to enable/disable external symbol lookups. Maybe make this setting:

  (lldb) settings set symbols.enable-external-lookups false

On Darwin this would mean dSYM. Any other platform can skip any symbol lookups that aren't part of the object file or specified inside the object file.


https://reviews.llvm.org/D44342





More information about the lldb-commits mailing list