[Lldb-commits] [lldb] [LLDB] Add setting for native PDB reader (PR #151490)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Aug 1 02:53:00 PDT 2025
Nerixyz wrote:
> * keep the current behavior, which means `eDIAWithFallbackToNative`
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.
Regardless, having an option like you proposed seems more reasonable than the boolean-ish one.
https://github.com/llvm/llvm-project/pull/151490
More information about the lldb-commits
mailing list