================ @@ -0,0 +1,8 @@ +include "../../../../include/lldb/Core/PropertiesBase.td" + +let Definition = "symbollocatordebuginfod" in { + def URLs: Property<"urls", "String">, + Global, + DefaultStringValue<"">, + Desc<"A space-separated, ordered list of Debuginfod server URLs to query for symbols">; +} ---------------- kevinfrei wrote:
It looks like this now: ``` ... plugin.symbol-file.dwarf.ignore-file-indexes (boolean) = false plugin.symbol-locator.debuginfod.server_urls (array of strings) = [0]: "https://debuginfod.centos.org/" plugin.structured-data.darwin-log.auto-enable-options (string) = ... ``` https://github.com/llvm/llvm-project/pull/70996 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits