[Lldb-commits] [lldb] [llvm] [LLDB] Use native PDB reader by default (PR #165363)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 28 05:03:00 PDT 2025
================
@@ -191,6 +191,10 @@ Changes to LLDB
* The `show-progress` setting, which became a NOOP with the introduction of the
statusline, now defaults to off and controls using OSC escape codes to show a
native progress bar in supporting terminals like Ghostty and ConEmu.
+* The default PDB reader on Windows was changed from DIA to native, which uses
+ LLVM's PDB and CodeView support. You can switch back to the DIA reader with
+ `settings set plugin.symbol-file.pdb.reader dia`. Note that support for the
----------------
Michael137 wrote:
Should we mention the `LLDB_USE_NATIVE_PDB_READER` here? Looks like users can turn native PDB off by setting that envvar off explicitly?
Or did we decide we don't want to encourage people to use that?
https://github.com/llvm/llvm-project/pull/165363
More information about the lldb-commits
mailing list