[lldb] [llvm] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)

Kevin Frei via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 15 13:36:00 PST 2023


================
@@ -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


More information about the llvm-commits mailing list