================ @@ -47,6 +47,26 @@ class UUID; class VariableList; struct ModuleFunctionSearchOptions; +static constexpr OptionEnumValueElement g_download_enum_values[] = { + { + lldb::eSymbolDownloadOff, + "off", + "Disable downloading symbols.", + }, + { + lldb::eSymbolDownloadBackground, + "background", + "Download symbols in the background for images as they appear in the " + "backtrace.", ---------------- clayborg wrote:
Is this truly only for backtraces? Wouldn't an address lookup in a binary also qualify as a way to force debug info to be loaded? https://github.com/llvm/llvm-project/pull/80890 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits