[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:11:43 PDT 2025


JDevlieghere wrote:

> Is this the current behavior? In my understanding, both plugins are mostly independent. The DIA PDB parser only brings in the native PDB parser to initialize it. It doesn't instantiate it to resolve a type.

It's possible I'm misremembering this. In the PR that removes DIA support, @mstorsjo said that without DIA a bunch of NativePDB files started failing, which would have meant that we're falling back to DIA (the inverse of what I said earlier). Anyway, for the setting we can consider that an implementation detail. 

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


More information about the lldb-commits mailing list