[Lldb-commits] [lldb] Reintroduce accidentally deleted "protected" keyword in SymbolFileDWARF (PR #69990)

Augusto Noronha via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 18:06:51 PDT 2023


================
@@ -321,6 +322,7 @@ class SymbolFileDWARF : public SymbolFileCommon {
     m_file_index = file_index;
   }
 
+protected:
----------------
augusto2112 wrote:

Can't we merge it and then you can open your isolated patch with the methods you want to expose? Right now everything is public, including ivars.

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


More information about the lldb-commits mailing list