[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:24:19 PDT 2023
================
@@ -321,6 +322,7 @@ class SymbolFileDWARF : public SymbolFileCommon {
m_file_index = file_index;
}
+protected:
----------------
walter-erquinigo wrote:
The ivars thing make sense. Could you at least just move the ivars into a protected or private section for now? If you strongly disagree, just go ahead with this patch and then I can solve it in a new patch.
https://github.com/llvm/llvm-project/pull/69990
More information about the lldb-commits
mailing list