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

via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 2 02:43:38 PDT 2025


Nerixyz wrote:

> [said](https://github.com/llvm/llvm-project/pull/113647#issuecomment-2437105652) that without DIA a bunch of NativePDB files started failing

Hmm, I can't reproduce that when compiling with `-DLLVM_ENABLE_DIA_SDK=Off` and running the NativePDB tests here (they all pass for me). There are still PDB tests that will fail with the native plugin (even when the symbol file name is adjusted). My idea was to get these failing tests to pass with the native plugin first. The first part is type/function lookup through namespaces, not sure what else is missing. iirc, there was also something with globals not being created in namespaces.

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


More information about the lldb-commits mailing list