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

Alex Langford via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 23 18:00:55 PDT 2023


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

Which things are you using specifically? If you want to use them out of tree, we should think more carefully about which symbols actually make sense to expose.

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


More information about the lldb-commits mailing list