[Lldb-commits] [lldb] [llvm] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)
Kevin Frei via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 15 13:36:59 PST 2023
================
@@ -46,6 +46,10 @@ bool canUseDebuginfod();
/// environment variable.
SmallVector<StringRef> getDefaultDebuginfodUrls();
+/// Sets the list of debuginfod server URLs to query. This overrides the
+/// environment variable DEBUGINFOD_URLS.
----------------
kevinfrei wrote:
Switched the setting to an array of strings setting, which addresses the usage issues.
https://github.com/llvm/llvm-project/pull/70996
More information about the lldb-commits
mailing list