[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:17 PST 2024
================
@@ -58,15 +61,25 @@ Expected<std::string> getDefaultDebuginfodCacheDirectory();
/// DEBUGINFOD_TIMEOUT environment variable, default is 90 seconds (90000 ms).
std::chrono::milliseconds getDefaultDebuginfodTimeout();
+/// Get the full UrlPath for a source request of a given BuildID and file path.
----------------
mysterymath wrote:
```suggestion
/// Get the full URL path for a source request of a given BuildID and file path.
```
https://github.com/llvm/llvm-project/pull/78605
More information about the llvm-commits
mailing list