[Lldb-commits] [lldb] [llvm] DEBUGINFOD based DWP acquisition for LLDB (PR #70996)
Daniel Thornburgh via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 2 11:53:36 PDT 2023
================
@@ -258,6 +258,8 @@ class TargetProperties : public Properties {
bool GetDebugUtilityExpression() const;
+ Args GetDebugInfoDURLs() const;
----------------
mysterymath wrote:
General naming nit:
`debuginfod` is all lower-case, and capitalized as if it were a single word: `Debuginfod`.
https://github.com/llvm/llvm-project/pull/70996
More information about the lldb-commits
mailing list