[Lldb-commits] [lldb] Support statistics dump summary only mode (PR #80745)

Will Hawkins via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 5 14:52:01 PST 2024


================
@@ -186,6 +186,10 @@ class SymbolFileDWARF : public SymbolFileCommon {
   GetMangledNamesForFunction(const std::string &scope_qualified_name,
                              std::vector<ConstString> &mangled_names) override;
 
+  // Return total currently loaded debug info
----------------
hawkinsw wrote:

```suggestion
  // Return total currently loaded debug info.
```

https://github.com/llvm/llvm-project/pull/80745


More information about the lldb-commits mailing list