[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 29 17:06:07 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.
+void setDefaultDebuginfodUrls(SmallVector<StringRef> URLs);
----------------
kevinfrei wrote:
Done.
https://github.com/llvm/llvm-project/pull/70996
    
    
More information about the lldb-commits
mailing list