[Lldb-commits] [lldb] Reintroduce accidentally deleted "protected" keyword in SymbolFileDWARF (PR #69990)
Walter Erquinigo via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 23 18:30:41 PDT 2023
================
@@ -321,6 +322,7 @@ class SymbolFileDWARF : public SymbolFileCommon {
m_file_index = file_index;
}
+protected:
----------------
walter-erquinigo wrote:
Sure, after you merge this patch, I'll send another one exposing only what's needed. I'll also remove DWARFASTParserClang as a friend class, because pretty much what it uses is also what I need. I'll include @bulbazord as reviewer as well.
https://github.com/llvm/llvm-project/pull/69990
More information about the lldb-commits
mailing list