[llvm] [lldb] Added settings for DEBUGINFOD cache location and timeout (PR #78605)
Daniel Thornburgh via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 15:23:16 PST 2024
================
@@ -46,6 +46,9 @@ bool canUseDebuginfod();
/// environment variable.
SmallVector<StringRef> getDefaultDebuginfodUrls();
+/// Creates the cache-key for a given Debuginfod UrlPath
----------------
mysterymath wrote:
```suggestion
/// Returns the cache key for a given debuginfod URL path.
```
https://github.com/llvm/llvm-project/pull/78605
More information about the llvm-commits
mailing list