labath wrote: One of the problems here is that we actually have two implementations of pdb readers in lldb (SymbolFilePDB, and SymbolFileNativePDB). PDB is the default (kind of -- if you are on windows, and cmake manages to find the DIA SDK), while the majority of users (my non-scientific sample consists of the two of you plus the chromium team (cc @ZequanWu)) appear to use/prefer the NativePDB implementation. Maybe it would be a good idea to switch the default to use NativePDB, or even consider deleting the PDB implementation entirely?
https://github.com/llvm/llvm-project/pull/100476 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits