[Lldb-commits] [lldb] [LLDB] Add setting for native PDB reader (PR #151490)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 1 11:14:13 PDT 2025


JDevlieghere wrote:

It's also kind of weird that we have `SymbolFilePDB` and `SymbolFileNativePDB` with one initializing the other. It seems like we should have a pure virtual SymbolFilePDB and then a `SymbolFileNativePDB` and a `SymbolFileDIAPDB`. Anyway, I'd still like to get rid of the DIA one, so probably not worth the investment. 

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


More information about the lldb-commits mailing list